This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
9fceb07
commit 438210c
Showing
8 changed files
with
169 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/** | ||
* @license | ||
* Copyright Google Inc. All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://angular.io/license | ||
*/ | ||
|
||
// Must be loaded before zone loads, so that zone can detect WTF. | ||
import './wtf_mock'; | ||
import './test_fake_polyfill'; | ||
|
||
// Setup tests for Zone without microtask support | ||
import '../lib/zone'; | ||
import '../lib/common/promise'; | ||
import '../lib/common/to-string'; | ||
import '../lib/node/node'; | ||
import '../lib/zone-spec/async-test'; | ||
import '../lib/zone-spec/fake-async-test'; | ||
import '../lib/zone-spec/long-stack-trace'; | ||
import '../lib/zone-spec/proxy'; | ||
import '../lib/zone-spec/sync-test'; | ||
import '../lib/zone-spec/task-tracking'; | ||
import '../lib/zone-spec/wtf'; | ||
import '../lib/rxjs/rxjs'; | ||
|
||
import '../lib/testing/promise-testing'; | ||
// Setup test environment | ||
import './test-env-setup-jasmine'; | ||
|
||
// List all tests here: | ||
import './extra/bluebird.spec'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters