mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Switch the JS script used for running the docs examples tests from CommonJS to ESM format. This is necessary for upgrading the `globby` dependency to [version 12.0.0][1] in a subsequent commit. [1]: https://github.com/sindresorhus/globby/releases/v12.0.0 PR Close #42921
9 lines
431 B
TypeScript
9 lines
431 B
TypeScript
/*
|
|
* This example project is special in that it is not a cli app. To run tests appropriate for this
|
|
* project, the test command is overwritten in `aio/content/examples/practical-observable-usage/example-config.json`.
|
|
*
|
|
* This is an empty placeholder file to ensure that `aio/tools/examples/run-example-e2e.mjs` runs
|
|
* tests for this project.
|
|
*
|
|
* TODO: Fix our infrastructure/tooling, so that this hack is not necessary.
|
|
*/
|