Skip to content

Commit e72e01d

Browse files
authored
Remove mentions of runtests-browser in CONTRIBUTING.md
The gulp tasks were removed in #30054, but the contributing guidelines weren't updated accordingly.
1 parent 611dd22 commit e72e01d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,6 @@ gulp runtests --tests=2dArrays
139139

140140
## Debugging the tests
141141

142-
To debug the tests, invoke the `runtests-browser` task from gulp.
143-
You will probably only want to debug one test at a time:
144-
145-
```Shell
146-
gulp runtests-browser --tests=2dArrays
147-
```
148-
149-
You can specify which browser to use for debugging. Currently, Chrome and IE are supported:
150-
151-
```Shell
152-
gulp runtests-browser --tests=2dArrays --browser=chrome
153-
```
154-
155142
You can debug with VS Code or Node instead with `gulp runtests --inspect=true`:
156143

157144
```Shell

0 commit comments

Comments
 (0)