Skip to content

Commit 0eb0d4c

Browse files
authored
Merge pull request #100 from delphi-hub/inconsistent-tests
Fix of Random failing tests refs #91
2 parents 03a163f + 9ab271b commit 0eb0d4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/src/app/dashboard/dashboard-overview/dashboard-overview.component.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ describe('DashboardOverviewComponent', () => {
4141
component = fixture.componentInstance;
4242
fixture.detectChanges();
4343
});
44+
afterEach(() => {
45+
fixture.destroy();
46+
});
47+
48+
4449

4550
it('should create', () => {
4651
expect(component).toBeTruthy();

0 commit comments

Comments
 (0)