Initial Commit
This commit is contained in:
13
otis/src/app/courts/courts-routing.module.spec.ts
Normal file
13
otis/src/app/courts/courts-routing.module.spec.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { CourtsRoutingModule } from './courts-routing.module';
|
||||
|
||||
describe('CourtsRoutingModule', () => {
|
||||
let advocatesRoutingModule: CourtsRoutingModule;
|
||||
|
||||
beforeEach(() => {
|
||||
advocatesRoutingModule = new CourtsRoutingModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(advocatesRoutingModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user