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
10 lines
414 B
TypeScript
10 lines
414 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/rx-libary/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.
|
|
*/
|