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