
Previously, some RxJS-related examples (which are not proper Angular apps) were not tested on CI as part of the `example-e2e` npm script. This meant that the examples could get out-of-date or contain compile errors without as noticing. This commit ensures that the `example-e2e` script picks up these examples and checks that they compile successfully. Partly addresses #28017. PR Close #34063
10 lines
413 B
TypeScript
10 lines
413 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.js` runs
|
|
* tests for this project.
|
|
*
|
|
* TODO: Fix our infrastructure/tooling, so that this hack is not necessary.
|
|
*/
|