test: switch to ts_web_test_suite (#23859)
Unit tests now run on Firefox too PR Close #23859
This commit is contained in:

committed by
Alex Rickabaugh

parent
83631b28cb
commit
017d67cdf8
@ -1,4 +1,4 @@
|
||||
load("//tools:defaults.bzl", "ts_library", "ts_web_test")
|
||||
load("//tools:defaults.bzl", "ts_library", "ts_web_test_suite")
|
||||
load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test")
|
||||
|
||||
ts_library(
|
||||
@ -33,7 +33,7 @@ jasmine_node_test(
|
||||
],
|
||||
)
|
||||
|
||||
ts_web_test(
|
||||
ts_web_test_suite(
|
||||
name = "test_web",
|
||||
# disable since tests are running but not yet passing
|
||||
tags = ["manual"],
|
||||
|
Reference in New Issue
Block a user