angular/packages/core/test/bundling
Paul Gschwendtner f89a6dbf05 test: refactor core bundling tests to work with ESM (#48521)
Switches all `core/test/bundling` tests to not rely on
CommonJS-specific features like `require.resolve

PR Close #48521
2022-12-19 19:50:42 +00:00
..
animation_world refactor(core): drop unused fields from the RootContext (#46806) 2022-08-05 09:58:06 -07:00
animations test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
core_all build: update dev-infra packages and account for build-tooling split from ng-dev (#46976) 2022-08-02 09:37:37 -07:00
cyclic_import test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
forms_reactive test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
forms_template_driven test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
hello_world test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
hello_world_i18n test(core): convert remaining bundling tests to not use renderComponent (#46559) 2022-06-28 21:37:45 -07:00
image-directive test(common): add e2e tests for the fill mode checks in the NgOptimizedImage directive (#48036) 2022-11-14 09:20:40 -08:00
injection feat(core): introduce EnvironmentProviders wrapper type (#47669) 2022-10-07 14:03:13 -07:00
router test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
standalone_bootstrap test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
todo test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
todo_i18n test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
util build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
README.md fix(core): remove individual commands for updating gold files (#45198) 2022-03-01 19:16:53 +00:00

Bundle

js_expected_symbol_test

This folder contains tests which assert that most of the code is tree shaken away. This is asserted by keeping gold files of all symbols which are expected to be retained. When doing renaming it is often necessary to update the gold files; to do so use these scripts:

yarn run symbol-extractor:check
yarn run symbol-extractor:update