From 30ea1d1313e5830456b49cd100906eb0c4f3efd0 Mon Sep 17 00:00:00 2001 From: schencej Date: Sat, 14 Sep 2019 13:15:56 -0400 Subject: Initial commit --- recipeBuddy/src/test.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipeBuddy/src/test.ts (limited to 'recipeBuddy/src/test.ts') diff --git a/recipeBuddy/src/test.ts b/recipeBuddy/src/test.ts new file mode 100644 index 0000000..1631789 --- /dev/null +++ b/recipeBuddy/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); -- cgit v1.1