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,6 +1,6 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
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(
|
||||
@ -60,7 +60,7 @@ jasmine_node_test(
|
||||
],
|
||||
)
|
||||
|
||||
ts_web_test(
|
||||
ts_web_test_suite(
|
||||
name = "test_web",
|
||||
deps = [
|
||||
":test_lib",
|
||||
|
@ -1,6 +1,6 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
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(
|
||||
@ -52,7 +52,7 @@ jasmine_node_test(
|
||||
],
|
||||
)
|
||||
|
||||
ts_web_test(
|
||||
ts_web_test_suite(
|
||||
name = "render3_web",
|
||||
deps = [
|
||||
":render3_lib",
|
||||
|
Reference in New Issue
Block a user