barker/bookie/src/app/taxes/taxes-routing.module.spec.ts
tanshu d677cfb1ea Blacked and isorted the python files
Prettied and eslinted the typescript/html files
2020-10-11 10:56:29 +05:30

14 lines
324 B
TypeScript

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