We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611dd22 commit e72e01dCopy full SHA for e72e01d
CONTRIBUTING.md
@@ -139,19 +139,6 @@ gulp runtests --tests=2dArrays
139
140
## Debugging the tests
141
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
152
-gulp runtests-browser --tests=2dArrays --browser=chrome
153
154
155
You can debug with VS Code or Node instead with `gulp runtests --inspect=true`:
156
157
```Shell
0 commit comments