Skip to content

Commit

Permalink
fix(test): don't sort import due to zone.js requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Sep 11, 2021
1 parent f225b86 commit 673b6d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions projects/ng-chartist/src/test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files

// organize-imports-ignore
import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting,
} from '@angular/platform-browser-dynamic/testing';
import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing';

declare const require: any;

Expand Down

0 comments on commit 673b6d6

Please sign in to comment.