[748a59]: / nih-ct-protocol-ui / src / app / app-routing.module.spec.ts

Download this file

14 lines (10 with data), 308 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
import { AppRoutingModule } from './app-routing.module';
describe('AppRoutingModule', () => {
let appRoutingModule: AppRoutingModule;
beforeEach(() => {
appRoutingModule = new AppRoutingModule();
});
it('should create an instance', () => {
expect(appRoutingModule).toBeTruthy();
});
});