From 3920792c7a08f073585bbc63a92e5666eaceb021 Mon Sep 17 00:00:00 2001 From: ayybeeshafi Date: Sun, 20 Jan 2019 20:02:44 +0100 Subject: [PATCH] Fix of Random failing tests refs #91 --- .../dashboard-overview/dashboard-overview.component.spec.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/app/dashboard/dashboard-overview/dashboard-overview.component.spec.ts b/client/src/app/dashboard/dashboard-overview/dashboard-overview.component.spec.ts index 8b82f248..b02cd145 100644 --- a/client/src/app/dashboard/dashboard-overview/dashboard-overview.component.spec.ts +++ b/client/src/app/dashboard/dashboard-overview/dashboard-overview.component.spec.ts @@ -41,6 +41,11 @@ describe('DashboardOverviewComponent', () => { component = fixture.componentInstance; fixture.detectChanges(); }); + afterEach(() => { + fixture.destroy(); + }); + + it('should create', () => { expect(component).toBeTruthy();