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
@@ -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();
});
});