-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): remove hardcoded logic setting
target
to ES2015
- Loading branch information
anh.pham
committed
Sep 25, 2022
1 parent
da0ad0a
commit 188d3b1
Showing
7 changed files
with
91 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`fail the tests inside async with isolatedModules: false 1`] = ` | ||
[ | ||
" ● ButtonPageComponent › should create | ||
Expected to be running in 'ProxyZone', but it was not found. | ||
42 | }).compileComponents(); | ||
43 | fixture = TestBed.createComponent(ButtonPageComponent); | ||
> 44 | loader = TestbedHarnessEnvironment.loader(fixture); | ||
| ^ | ||
45 | }); | ||
46 | | ||
47 | beforeEach(() => { | ||
at Function.Object.<anonymous>.ProxyZoneSpec.assertPresent (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:3744:23) | ||
at __tests__/async.spec.ts:44:40 | ||
● ButtonPageComponent › should click | ||
Expected to be running in 'ProxyZone', but it was not found. | ||
42 | }).compileComponents(); | ||
43 | fixture = TestBed.createComponent(ButtonPageComponent); | ||
> 44 | loader = TestbedHarnessEnvironment.loader(fixture); | ||
| ^ | ||
45 | }); | ||
46 | | ||
47 | beforeEach(() => { | ||
at Function.Object.<anonymous>.ProxyZoneSpec.assertPresent (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:3744:23) | ||
at __tests__/async.spec.ts:44:40 | ||
", | ||
] | ||
`; | ||
exports[`fail the tests inside async with isolatedModules: true 1`] = ` | ||
[ | ||
" ● ButtonPageComponent › should create | ||
Expected to be running in 'ProxyZone', but it was not found. | ||
42 | }).compileComponents(); | ||
43 | fixture = TestBed.createComponent(ButtonPageComponent); | ||
> 44 | loader = TestbedHarnessEnvironment.loader(fixture); | ||
| ^ | ||
45 | }); | ||
46 | | ||
47 | beforeEach(() => { | ||
at Function.Object.<anonymous>.ProxyZoneSpec.assertPresent (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:3744:23) | ||
at __tests__/async.spec.ts:44:40 | ||
● ButtonPageComponent › should click | ||
Expected to be running in 'ProxyZone', but it was not found. | ||
42 | }).compileComponents(); | ||
43 | fixture = TestBed.createComponent(ButtonPageComponent); | ||
> 44 | loader = TestbedHarnessEnvironment.loader(fixture); | ||
| ^ | ||
45 | }); | ||
46 | | ||
47 | beforeEach(() => { | ||
at Function.Object.<anonymous>.ProxyZoneSpec.assertPresent (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:3744:23) | ||
at __tests__/async.spec.ts:44:40 | ||
", | ||
] | ||
`; |
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
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