angular/tools/testing
Derek Cormier 2c8fd2b57b build(bazel): enable runfiles (#46313)
Patches are required for tsec and rules_webtesting. The fix for
rules_webtesting was merged to that repo
(581b1557e3)
but it's unclear when a release will be cut.

PR Close #46313
2022-06-14 16:58:19 +00:00
..
BUILD.bazel build(bazel): enable runfiles (#46313) 2022-06-14 16:58:19 +00:00
fail.spec.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
init_browser_tests.ts build(bazel): enable runfiles (#46313) 2022-06-14 16:58:19 +00:00
init_node_no_angular_tests.ts build(bazel): enable runfiles (#46313) 2022-06-14 16:58:19 +00:00
init_node_tests.ts build(bazel): enable runfiles (#46313) 2022-06-14 16:58:19 +00:00
README.md feat(ivy): first steps towards ngtsc mode (#23455) 2018-04-25 13:25:33 -07:00

The spec helper files here set up the global testing environment prior to the execution of specs.

There are 3 options:

  • init_node_spec - configures a node environment to test Angular applications with platform-server.
  • init_node_no_angular_spec - configures a node environment for testing without setting up Angular's testbed (no dependency on Angular packages is incurred).
  • init_browser_spec - configures a browser environment to test Angular applications.