This commit is contained in:
Amritanshu
2019-06-20 00:17:44 +05:30
parent 2b2624c9c2
commit 93743bdc8e
27 changed files with 171 additions and 133 deletions

View File

@ -0,0 +1,13 @@
import {UsersRoutingModule} from './users-routing.module';
describe('UsersRoutingModule', () => {
let userRoutingModule: UsersRoutingModule;
beforeEach(() => {
userRoutingModule = new UsersRoutingModule();
});
it('should create an instance', () => {
expect(userRoutingModule).toBeTruthy();
});
});