2020-10-11 05:26:29 +00:00
|
|
|
import { TaxesRoutingModule } from './taxes-routing.module';
|
2019-06-15 17:39:43 +00:00
|
|
|
|
|
|
|
describe('TaxesRoutingModule', () => {
|
|
|
|
let taxesRoutingModule: TaxesRoutingModule;
|
|
|
|
|
|
|
|
beforeEach(() => {
|
|
|
|
taxesRoutingModule = new TaxesRoutingModule();
|
|
|
|
});
|
|
|
|
|
|
|
|
it('should create an instance', () => {
|
|
|
|
expect(taxesRoutingModule).toBeTruthy();
|
|
|
|
});
|
|
|
|
});
|