barker/bookie/src/app/tables/tables-routing.module.spec.ts
Amritanshu 5093bdc391 Tables List and Detail working
TODO: Save SortOrder also, Drag and Drop ordering
2019-06-14 09:28:30 +05:30

14 lines
326 B
TypeScript

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