angular/packages/forms/test
Paul Gschwendtner 8e54b5773f build: move private testing helpers outside platform-browser/testing (#61571)
These helpers are often imported by various tests throughout the
repository, but the helpers aren't exported/exposed from the public
entry-point; even though they confusingly reside in there.

This commit fixes this, and moves the helpers into
`packages/private/testing`. This is a preparation for the `ts_project`
migration where we don't want to leverage deep imports between packages.

PR Close #61571
2025-05-21 16:04:42 +00:00
..
BUILD.bazel build: migrate forms to rules_js (#61539) 2025-05-21 09:14:35 +00:00
directives_spec.ts fix(forms): make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) 2025-04-22 13:04:41 +02:00
form_array_spec.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) (#60654) 2025-04-01 11:58:28 +00:00
form_builder_spec.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) (#60654) 2025-04-01 11:58:28 +00:00
form_control_spec.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) (#60654) 2025-04-01 11:58:28 +00:00
form_group_spec.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) (#60654) 2025-04-01 11:58:28 +00:00
ng_control_status_spec.ts build: migrate forms to rules_js (#61539) 2025-05-21 09:14:35 +00:00
reactive_integration_spec.ts build: move private testing helpers outside platform-browser/testing (#61571) 2025-05-21 16:04:42 +00:00
template_integration_spec.ts build: move private testing helpers outside platform-browser/testing (#61571) 2025-05-21 16:04:42 +00:00
typed_integration_spec.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) (#60654) 2025-04-01 11:58:28 +00:00
util.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) (#60654) 2025-04-01 11:58:28 +00:00
validators_spec.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) (#60654) 2025-04-01 11:58:28 +00:00
value_accessor_integration_spec.ts build: move private testing helpers outside platform-browser/testing (#61571) 2025-05-21 16:04:42 +00:00