Joey Perrott
50c7e132b5
test: use zone from npm instead of the locally built package for integration tests ( #61947 )
...
Use zone from npm for integration tests
PR Close #61947
2025-06-06 15:20:11 -07:00
Matthieu Riegler
2b73b496e0
test: replace platform-browser-dynamic with platform-browser ( #61495 )
...
The former isn't needed anymore and is now deprecated.
PR Close #61495
2025-05-20 10:01:34 +00:00
Andrew Kushnir
8e3c40a0a4
refactor(core): drop unused deps for integration apps ( #60594 )
...
This commit drops unused deps from the `packages.json` files of various integration test apps.
PR Close #60594
2025-03-31 16:39:14 +00:00
Andrew Kushnir
13c819bad2
test(core): remove obsolete integration tests ( #60594 )
...
This commit removes a number of obsolete integration tests and also removes some e2e tests for a few remianing apps, since they are not adding value, but cause extra time to spend on CI.
PR Close #60594
2025-03-31 16:39:14 +00:00
Alan Agius
aeb3fe26cf
build: remove tslint and codelyzer deps from integration tests ( #55658 )
...
These are redundant.
PR Close #55658
2024-05-03 08:15:41 -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
Kristiyan Kostadinov
7d3df4724d
build: update to TypeScript 4.8 final ( #47270 )
...
Bumps up to the final version of TS 4.8 and removes some workarounds.
PR Close #47270
2022-08-26 09:46:07 -07:00
Kristiyan Kostadinov
31429eaccc
feat(core): support TypeScript 4.8 ( #47038 )
...
Adds support for TypeScript 4.8 and resolves some issues that came up as a result of the update.
Most of the issues came from some changes in TypeScript where the `decorators` and `modifiers` properties were removed from most node types, and were combined into a single `modifiers` array. Since we need to continue supporting TS 4.6 and 4.7 until v15, I ended up creating a new `ngtsc/ts_compatibility` directory to make it easier to reuse the new backwards-compatible code.
PR Close #47038
2022-08-16 16:02:47 +00:00
Alan Agius
4e8957eb40
test: replace --prod with --configuration production ( #46548 )
...
In Angular CLI version 14, the deprecated `--prod` option has been removed.
This is needed to land https://github.com/angular/angular/pull/46545
PR Close #46548
2022-06-28 09:39:05 -07:00
Andrew Kushnir
a623c4f622
test: drop no longer needed postinstall step from integration test apps ( #46182 )
...
This commit removed no longer needed postinstall step (to run ngcc) from integration test apps, to avoid extra processing.
PR Close #46182
2022-05-31 12:06:16 -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