Skip to content

Commit

Permalink
Merge pull request #45614 from JacksonKearl/patch-1
Browse files Browse the repository at this point in the history
Use yarn rather than gulp for building tests
  • Loading branch information
jrieken committed Mar 13, 2018
2 parents 31072fc + eb479c3 commit 2eaffda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Run

The best way to run the Code tests is from the terminal. To make development changes to unit tests you need to be running `gulp`. See [Development Workflow](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#incremental-build) for more details. From the `vscode` folder run:
The best way to run the Code tests is from the terminal. To make development changes to unit tests you need to be running `yarn run watch`. See [Development Workflow](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#incremental-build) for more details. From the `vscode` folder run:

**OS X and Linux**

Expand Down

0 comments on commit 2eaffda

Please sign in to comment.