Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wiles committed Mar 13, 2019
1 parent 97060b5 commit 4a9d996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/jasmine/src/jasmine_node_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def jasmine_node_test(
jasmine: a label providing the jasmine dependency
expected_exit_code: The expected exit code for the test. Defaults to 0.
tags: bazel tags applied to test
args: Any arguments to be passed the test process
coverage Whether to enable code coverage collection
**kwargs: remaining arguments are passed to the test rule
"""
devmode_js_sources(
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jasmine_node_test(
)

jasmine_node_test(
coverage = True,
name = "coverage_test",
srcs = [
"coverage.spec.js",
"coverage_source.js",
],
coverage = True,
jasmine = "@npm//jasmine",
)

0 comments on commit 4a9d996

Please sign in to comment.