summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/src/test.ts
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-02-04 15:40:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-04 15:40:52 +0000
commitc1ca4d3517a9ff2854ff5f084514d0334fc12a64 (patch)
tree62abfc1478ed832174a48ee5c1203513c238a36f /ecomp-sdk/portalsdk-tag-library/src/test.ts
parentc345a2309421097ba02de062fcbfccd0c0f3be9d (diff)
parent5505e42484efac0273627795583179d58f81a1ee (diff)
Merge "Added RDP Library"
Diffstat (limited to 'ecomp-sdk/portalsdk-tag-library/src/test.ts')
-rw-r--r--ecomp-sdk/portalsdk-tag-library/src/test.ts20
1 files changed, 20 insertions, 0 deletions
diff --git a/ecomp-sdk/portalsdk-tag-library/src/test.ts b/ecomp-sdk/portalsdk-tag-library/src/test.ts
new file mode 100644
index 00000000..16317897
--- /dev/null
+++ b/ecomp-sdk/portalsdk-tag-library/src/test.ts
@@ -0,0 +1,20 @@
+// 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);