Skip to content

Commit 4b27cfb

Browse files
committed
Fixed testing dependency
1 parent 3352766 commit 4b27cfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/ngx-dynamic-hooks/src/tests/integration/standalone.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Testing api resources
2-
import { AutoPlatformService, PlatformService, anchorElementTag, parse, provideDynamicHooks, resetDynamicHooks } from '../testing-api';
2+
import { AutoPlatformService, PlatformService, anchorElementTag, parse, provideDynamicHooks, resetDynamicHooks, HookParserEntry } from '../testing-api';
33

44
// Custom testing resources
55
import { ChangeDetectorRef, Injector, NgZone } from '@angular/core';
@@ -9,8 +9,6 @@ import { createProviders, destroyAll } from '../../lib/standalone';
99
import { createApplication } from '@angular/platform-browser';
1010
import { RootTestService } from '../resources/services/rootTestService';
1111
import { SingleTagTestComponent } from '../resources/components/singleTag/singleTagTest.c';
12-
import { HookParserEntry } from 'ngx-dynamic-hooks';
13-
import { fakeAsync, tick } from '@angular/core/testing';
1412

1513
const getService = (injector: Injector, token: any) => {
1614
try {

0 commit comments

Comments
 (0)