2020-10-01 15:21:22 +00:00
|
|
|
import { PurchaseRoutingModule } from './purchase-routing.module';
|
2018-05-25 13:49:00 +00:00
|
|
|
|
|
|
|
describe('PurchaseRoutingModule', () => {
|
|
|
|
let purchaseRoutingModule: PurchaseRoutingModule;
|
|
|
|
|
|
|
|
beforeEach(() => {
|
|
|
|
purchaseRoutingModule = new PurchaseRoutingModule();
|
|
|
|
});
|
|
|
|
|
|
|
|
it('should create an instance', () => {
|
|
|
|
expect(purchaseRoutingModule).toBeTruthy();
|
|
|
|
});
|
|
|
|
});
|