Skip to content

Commit

Permalink
Remove mentions of runtests-browser in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
The gulp tasks were removed in microsoft#30054, but the contributing
guidelines weren't updated accordingly.
  • Loading branch information
TimvdLippe committed May 19, 2020
1 parent 611dd22 commit e72e01d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down

0 comments on commit e72e01d

Please sign in to comment.