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 { RegisterModule } from './register.module';
describe('RegisterModule', () => {
let registerModule: RegisterModule;
beforeEach(() => {
registerModule = new RegisterModule();
});
it('should create an instance', () => {
expect(registerModule).toBeTruthy();
});
});