Skip to content

Commit

Permalink
fix(elements): fix elements test bootstrap (#22839)
Browse files Browse the repository at this point in the history
PR Close #22839
  • Loading branch information
robwormald authored and mhevery committed Mar 17, 2018
1 parent 6ef9f22 commit 5d82d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/elements/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ts_web_test(
],
# do not sort
deps = [
"//:node_modules/tslib/tslib.js",
"//tools/testing:browser",
":test_lib",
],
Expand Down

1 comment on commit 5d82d8d

@alexeagle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually you should have taken the pattern from other BUILD files, and imported ts_web_test from //tools:defaults.bzl

Please sign in to comment.