Added tests

This commit is contained in:
Giuseppe Digilio
2019-01-12 15:56:56 +01:00
parent 9898d2a90c
commit 54f80a6e45
10 changed files with 673 additions and 121 deletions

View File

@@ -93,9 +93,9 @@ describe('SubmissionFormComponent Component', () => {
});
afterEach(() => {
fixture.destroy();
comp = null;
compAsAny = null;
fixture = null;
});
it('should not has effect when collectionId and submissionId are undefined', () => {