diff --git a/projects/ng-chartist/src/test.ts b/projects/ng-chartist/src/test.ts index 8b5d2fa8..3979c805 100644 --- a/projects/ng-chartist/src/test.ts +++ b/projects/ng-chartist/src/test.ts @@ -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;