cexbrayat
7ba5dc87ed
refactor(core): remove test.ts files in integration tests ( #52109 )
...
These files are not necessary since CLI v15+
PR Close #52109
2023-10-18 11:52:55 -07:00
Matthieu Riegler
81e7f5be03
test(animations): update the integration test ( #50738 )
...
Let's have the same test app for async and eagerly loaded animations.
PR Close #50738
2023-09-29 10:49:41 -07:00
Matthieu Riegler
aebf1158f6
ci: Remove environment files and EnableProdMode on integration tests ( #49746 )
...
Since v15, prod mode is handled by the CLI with the `optimization` flag. We can remove the environement files and `enableProdMode` when the tests use the CLI.
PR Close #49746
2023-04-14 14:13:33 +00:00
Alan Agius
2d7f48cf74
test: fix misconfiguration in tests ( #49391 )
...
Currently, tests are tested twice using "production" like configuration. This commit disabled "optimization" for non production builds.
PR Close #49391
2023-03-15 16:59:50 -07:00
Matthieu Riegler
279e7d4465
refactor: cleanup polyfills by importing zone.js directly in angular.json ( #48380 )
...
Since v15, polyfills can be passed directly into angular.json. Let's use this opportunity to reduce the number of unecessary files.
PR Close #48380
2022-12-13 13:37:08 -08:00
Alan Agius
5ff459e700
test: remove defaultProject workspace option ( #45410 )
...
The `defaultProject` workspace option has been deprecated. The project to use will be determined from the current working directory.
See: https://github.com/angular/angular-cli/pull/22852
PR Close #45410
2022-03-24 10:49:57 -07:00
Jessica Janiuk
112a6cdec3
test(animations): Add bundling size regression test for animations package ( #44826 )
...
This adds a size regression test for the animations package to the test suite.
PR Close #44826
2022-01-26 12:54:36 -08:00