Skip to content

Commit 59a7239

Browse files
committed
fix(jasmine): correct comment about behavior of config_file attr
1 parent caf5fdb commit 59a7239

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/jasmine/src/jasmine_node_test.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def jasmine_node_test(
4848
4949
Note that not all configuration options are honored, and
5050
we expect some strange feature interations.
51-
For example, if you list spec_files, they will be tested
52-
but not instrumented for code coverage.
51+
For example, the filter for which files are instrumented for
52+
code coverage doesn't understand the spec_files setting in the config.
5353
5454
See https://jasmine.github.io/setup/nodejs.html#configuration
5555

0 commit comments

Comments
 (0)