init commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { ComponentsModule } from './components.module';
|
||||
|
||||
describe('ComponentsModule', () => {
|
||||
let componentsModule: ComponentsModule;
|
||||
|
||||
beforeEach(() => {
|
||||
componentsModule = new ComponentsModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(componentsModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user