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,5 +1,5 @@
|
||||
load("//tools:defaults.bzl", "ts_library")
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_web_test")
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_web_test_suite")
|
||||
load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test")
|
||||
|
||||
ts_library(
|
||||
@ -31,7 +31,7 @@ filegroup(
|
||||
],
|
||||
)
|
||||
|
||||
ts_web_test(
|
||||
ts_web_test_suite(
|
||||
name = "test",
|
||||
bootstrap = [
|
||||
":elements_test_bootstrap_scripts",
|
||||
|
Reference in New Issue
Block a user