angular/packages/compiler-cli/integrationtest
Paul Gschwendtner 8cc74b608b test(compiler-cli): fix integration test failing on windows due to missing runfile symlinking (#43431)
Currently, some tests in the `compiler-cli/integrationtest` package fail
on Windows because there are spec files which are not Bazel-generated.

When Bazel runs these tests on Windows, the spec file is resolved to
the actual source file (since there is no runfile symlinking/sandboxing).
This breaks the execution of the CJS spec file since it resides in th
`packages/compiler-cli` source folder which has a `package.json` set to
`type: module`.

We fix this by adding a `package.json` file for the integration test
folder and setting `module` to `commonjs`.

PR Close #43431
2021-10-01 18:28:46 +00:00
..
bazel refactor(core): add links to top runtime errors (#40326) 2021-01-19 10:14:56 -08:00
flat_module build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ngtools_src docs: refactor example apps to use dynamic imports for loadChildren (#43591) 2021-09-29 14:45:17 -07:00
src build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
test refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00
third_party_src build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
BUILD.bazel refactor(compiler): remove dependency on fs-extra (#41445) 2021-04-05 15:04:50 -07:00
package.json test(compiler-cli): fix integration test failing on windows due to missing runfile symlinking (#43431) 2021-10-01 18:28:46 +00:00
test.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
test_helpers.js refactor(compiler): remove dependency on fs-extra (#41445) 2021-04-05 15:04:50 -07:00
tsconfig-build.json refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00
tsconfig-xi18n.json refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00