init commit

This commit is contained in:
zhouyuejun
2018-10-26 11:33:25 +08:00
commit bec3bb9137
106 changed files with 29628 additions and 0 deletions
+13
View File
@@ -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();
});
});