We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9608ef3 commit 3fb398bCopy full SHA for 3fb398b
ng2ts/tests/diInjectServiceTest.ts
@@ -6,7 +6,10 @@ import { VideoService } from '../video/video.service';
6
import 'initTestBed';
7
8
beforeEach(() => {
9
- TestBed.resetTestingModule();
+ try {
10
+ TestBed.resetTestingModule();
11
+ } catch (e) {}
12
+
13
TestBed.configureTestingModule({
14
providers: [VideoService],
15
declarations: [AppComponent]
0 commit comments