Skip to content

Commit

Permalink
fix(core): remove wrong peerDependency on platform-browser-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Oct 9, 2022
1 parent a7deaa9 commit 7ccf807
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions libs/ngx-cookieconsent/src/test-setup.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
import 'jest-preset-angular/setup-jest';

import 'cookieconsent/build/cookieconsent.min.js';
//import 'cookieconsent/build/cookieconsent.min.css';

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

getTestBed().resetTestEnvironment();
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(),
{ teardown: { destroyAfterEach: false } }
);
//import 'cookieconsent/build/cookieconsent.min.css';

0 comments on commit 7ccf807

Please sign in to comment.