Skip to content

Commit

Permalink
remove the dep on platform dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
jadengis committed May 30, 2022
1 parent 88bb4dd commit fe01b61
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/ngx-clarity/src/test-setup.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
import 'jest-preset-angular/setup-jest';

import { getTestBed } from "@angular/core/testing";
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting,
} from "@angular/platform-browser-dynamic/testing";

getTestBed().resetTestEnvironment();
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(),
{ teardown: { destroyAfterEach: false } }
);

0 comments on commit fe01b61

Please sign in to comment.