aboutsummaryrefslogtreecommitdiff
path: root/src/app/app-routing.module.spec.ts
blob: d68ef0671e0e52d1c7a0398c7fa53b8c3c51b155 (plain) (blame)
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();
  });
});