Skip to content

Commit ef439b4

Browse files
mmalerbajelbourn
authored andcommitted
feat(radio): move test harness out of experimental (#17117)
1 parent 26df035 commit ef439b4

File tree

11 files changed

+373
-346
lines changed

11 files changed

+373
-346
lines changed

src/material-experimental/mdc-radio/BUILD.bazel

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package(default_visibility = ["//visibility:public"])
22

33
load("@io_bazel_rules_sass//:defs.bzl", "sass_binary", "sass_library")
44
load("//src/e2e-app:test_suite.bzl", "e2e_test_suite")
5-
load("//tools:defaults.bzl", "ng_e2e_test_library", "ng_module", "ng_web_test_suite")
5+
load("//tools:defaults.bzl", "ng_e2e_test_library", "ng_module")
66

77
ng_module(
88
name = "mdc-radio",
@@ -30,15 +30,6 @@ sass_binary(
3030
src = "radio.scss",
3131
)
3232

33-
ng_web_test_suite(
34-
name = "unit_tests",
35-
static_files = ["@npm//:node_modules/@material/radio/dist/mdc.radio.js"],
36-
deps = [
37-
"//src/material-experimental:mdc_require_config.js",
38-
"//src/material-experimental/mdc-radio/harness:harness_tests",
39-
],
40-
)
41-
4233
ng_e2e_test_library(
4334
name = "e2e_test_sources",
4435
srcs = glob(["**/*.e2e.spec.ts"]),

src/material-experimental/mdc-radio/harness/BUILD.bazel

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/material-experimental/mdc-radio/harness/radio-harness.spec.ts

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)