angular/packages/core/test/bundling
Matthias Kunnen f9cee4db83 test(common): test rounding problems in image distortion detection (#49889)
Due to assertNoImageDistortion using clientWidth and clientHeight, and these properties returning integers, rounding errors occur that exceed the aspect ratio tolerance.
Increasing the tolerance could hide actual distortion so correcting the calculation to use floats would be best and could even allow for a lower tolerance.

PR Close #49889
2023-04-27 17:16:46 +02:00
..
animation_world build: remove remaining usages of deprecated ts_devserver (#48521) 2022-12-19 19:50:44 +00:00
animations refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07: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 refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
forms_reactive refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
forms_template_driven refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
hello_world refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
hello_world_i18n test(core): convert remaining bundling tests to not use renderComponent (#46559) 2022-06-28 21:37:45 -07:00
hydration refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
image-directive test(common): test rounding problems in image distortion detection (#49889) 2023-04-27 17:16:46 +02:00
injection feat(core): introduce concept of DestroyRef (#49158) 2023-02-28 11:52:09 -08:00
router refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
standalone_bootstrap refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
todo refactor(core): Rename 'transplanted' view refresh flag and counters to be generic (#50000) 2023-04-26 11:29:48 -07:00
todo_i18n build: remove remaining usages of deprecated ts_devserver (#48521) 2022-12-19 19:50:44 +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