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