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