Skip to content

Commit 4d76eec

Browse files
[js] Add back globbing to find test cases
1 parent bdeac8e commit 4d76eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pkg_npm(
3737
],
3838
)
3939

40-
TEST_FILES = ["test/**/*_test.js"]
40+
TEST_FILES = glob(["test/**/*_test.js"])
4141

4242
TEST_DATA = SRC_FILES + glob(
4343
[

0 commit comments

Comments
 (0)