angular/packages/platform-server/testing/PACKAGE.md
Jan Martin 2240a21c97 refactor(platform-server): deprecate the testing entry point (#60915)
DEPRECATED: `@angular/platform-server/testing`

Use e2e tests to verify SSR behavior instead.

PR Close #60915
2025-04-22 11:02:26 +02:00

5 lines
244 B
Markdown

Supplies a testing module for the Angular platform server subsystem.
This secondary entry point is deprecated. Use e2e tests to verify SSR
behavior instead of `TestBed`.
See [Angular deprecation policy](reference/releases#deprecation-policy).