Skip to content

Commit 23eb86b

Browse files
authored
chore(CONTRIBUTING.md): update bazel commands for JS (#15507)
1 parent 50d2cc9 commit 23eb86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@ Build your code for the latest changes and run tests locally.
255255

256256
Node Tests
257257
```shell
258-
% bazel test //javascript/node/selenium-webdriver:tests
258+
% bazel test //javascript/node/selenium-webdriver:all
259259
```
260260

261261
Firefox Atom Tests
262262
```shell
263-
% bazel test --test_tag_filters=firefox //javascript/atoms/... //javascript/selenium-atoms/... //javascript/webdriver/...
263+
% bazel test --test_tag_filters=firefox //javascript/atoms/... //javascript/webdriver/...
264264
```
265265

266266
Grid UI Unit Tests

0 commit comments

Comments
 (0)