forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update platform-browser tests to run as ESM (angular#48521)
`platform-browser` tests now run in ESM and with `.mjs` output, so the build targets and tests need to be updated. Here we change the `zone_event_unpatched` script to include the `.init` suffix that will be picked up by `spec_bundle`. Also some circular dependency tests are updated to refer to the `.mjs` files. PR Close angular#48521
- Loading branch information
1 parent
decae5b
commit 653e122
Showing
4 changed files
with
12 additions
and
6 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
File renamed without changes.