Skip to content

Commit

Permalink
Fix inflight conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jun 5, 2019
1 parent 7220fbf commit 5de2223
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/jasmine/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,12 @@ jasmine_node_test(
jasmine_node_test(
name = "templated_args_test",
srcs = ["templated_args_test.js"],
jasmine = "@npm//jasmine",
jasmine = "@npm_bazel_jasmine//:index.js",
templated_args = [
"--node_options=--experimental-modules",
],
deps = ["//:jasmine_runner"],
deps = [
"//:jasmine__pkg",
"@npm//jasmine",
],
)

0 comments on commit 5de2223

Please sign in to comment.