-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest.ts
More file actions
15 lines (13 loc) · 729 Bytes
/
test.ts
File metadata and controls
15 lines (13 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*********************************************************************
* Copyright (c) Intel Corporation 2023
* SPDX-License-Identifier: Apache-2.0
**********************************************************************/
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js'
import 'zone.js/testing'
import { getTestBed } from '@angular/core/testing'
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), {
teardown: { destroyAfterEach: false }
})