Skip to content

Commit

Permalink
feat(radio): move test harness out of experimental (#17117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and jelbourn committed Sep 17, 2019
1 parent 26df035 commit ef439b4
Show file tree
Hide file tree
Showing 11 changed files with 373 additions and 346 deletions.
11 changes: 1 addition & 10 deletions src/material-experimental/mdc-radio/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package(default_visibility = ["//visibility:public"])

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

ng_module(
name = "mdc-radio",
Expand Down Expand Up @@ -30,15 +30,6 @@ sass_binary(
src = "radio.scss",
)

ng_web_test_suite(
name = "unit_tests",
static_files = ["@npm//:node_modules/@material/radio/dist/mdc.radio.js"],
deps = [
"//src/material-experimental:mdc_require_config.js",
"//src/material-experimental/mdc-radio/harness:harness_tests",
],
)

ng_e2e_test_library(
name = "e2e_test_sources",
srcs = glob(["**/*.e2e.spec.ts"]),
Expand Down
27 changes: 0 additions & 27 deletions src/material-experimental/mdc-radio/harness/BUILD.bazel

This file was deleted.

308 changes: 0 additions & 308 deletions src/material-experimental/mdc-radio/harness/radio-harness.spec.ts

This file was deleted.

Loading

0 comments on commit ef439b4

Please sign in to comment.