summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/admin/src/test.ts')
-rw-r--r--components/datalake-handler/admin/src/test.ts20
1 files changed, 0 insertions, 20 deletions
diff --git a/components/datalake-handler/admin/src/test.ts b/components/datalake-handler/admin/src/test.ts
deleted file mode 100644
index 16317897..00000000
--- a/components/datalake-handler/admin/src/test.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-// This file is required by karma.conf.js and loads recursively all the .spec and framework files
-
-import 'zone.js/dist/zone-testing';
-import { getTestBed } from '@angular/core/testing';
-import {
- BrowserDynamicTestingModule,
- platformBrowserDynamicTesting
-} from '@angular/platform-browser-dynamic/testing';
-
-declare const require: any;
-
-// First, initialize the Angular testing environment.
-getTestBed().initTestEnvironment(
- BrowserDynamicTestingModule,
- platformBrowserDynamicTesting()
-);
-// Then we find all the tests.
-const context = require.context('./', true, /\.spec\.ts$/);
-// And load the modules.
-context.keys().map(context);