diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6ecd1d66ae1b..06d20d60acf37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,19 +139,6 @@ gulp runtests --tests=2dArrays ## Debugging the tests -To debug the tests, invoke the `runtests-browser` task from gulp. -You will probably only want to debug one test at a time: - -```Shell -gulp runtests-browser --tests=2dArrays -``` - -You can specify which browser to use for debugging. Currently, Chrome and IE are supported: - -```Shell -gulp runtests-browser --tests=2dArrays --browser=chrome -``` - You can debug with VS Code or Node instead with `gulp runtests --inspect=true`: ```Shell