Skip to content

Commit

Permalink
build(benchpress): add build dependencies to make bazel build work fo…
Browse files Browse the repository at this point in the history
…r Benchpress packages
  • Loading branch information
jasonaden committed Dec 10, 2018
1 parent d339390 commit afebec7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/benchpress/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ ts_library(
name = "test_lib",
testonly = True,
srcs = glob(["**/*.ts"]),
deps = [
"//packages:types",
"//packages/benchpress",
"//packages/core",
"//packages/core/testing",
"@ngdeps//protractor",
],
)

jasmine_node_test(
Expand Down

0 comments on commit afebec7

Please sign in to comment.