Skip to content

Commit

Permalink
Fix local jasmine package test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Mar 28, 2019
1 parent e5c02c3 commit dcd8bbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/jasmine/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ npm_package(

js_library(
name = "jasmine_runner",
srcs = ["src/jasmine_runner.js"],
srcs = [
"index.js",
"src/jasmine_runner.js",
],
module_name = "@bazel/jasmine",
)

0 comments on commit dcd8bbd

Please sign in to comment.