barker/bookie/src/app/sections/sections.module.spec.ts

14 lines
289 B
TypeScript
Raw Normal View History

2019-06-22 20:05:00 +00:00
import {SectionsModule} from './sections.module';
describe('SectionsModule', () => {
let sectionsModule: SectionsModule;
beforeEach(() => {
sectionsModule = new SectionsModule();
});
it('should create an instance', () => {
expect(sectionsModule).toBeTruthy();
});
});