Skip to content

Commit def51e6

Browse files
committed
test(forms): switch tests to zoneless
Switch the test configuration to avoid pulling in zone.js, purely to avoid the console warning spam.
1 parent 7578462 commit def51e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/forms/experimental/test/node/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("//tools:defaults2.bzl", "angular_jasmine_test", "ts_project")
1+
load("//tools:defaults2.bzl", "ts_project", "zoneless_jasmine_test")
22

33
ts_project(
44
name = "test_lib",
@@ -21,7 +21,7 @@ ts_project(
2121
# To run this:
2222
# yarn bazel test //packages/forms/experimental/test/node:test
2323

24-
angular_jasmine_test(
24+
zoneless_jasmine_test(
2525
name = "test",
2626
data = [
2727
":test_lib_rjs",

0 commit comments

Comments
 (0)