luthor/otis/src/app/tax-report/tax-report-routing.module.s...

14 lines
357 B
TypeScript

import { TaxReportRoutingModule } from './tax-report-routing.module';
describe('TaxReportRoutingModule', () => {
let taxReportRoutingModule: TaxReportRoutingModule;
beforeEach(() => {
taxReportRoutingModule = new TaxReportRoutingModule();
});
it('should create an instance', () => {
expect(taxReportRoutingModule).toBeTruthy();
});
});