Skip to content

Commit

Permalink
Describe speedy testing workflow in CONTRIBUTING.md (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahhh committed Oct 12, 2020
1 parent d71be7e commit 3cf61cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ You can test your change by using the automated tests packaged with PixiJS. You
by running `npm test` from the command line. If you fix a bug please add a test that will catch that
bug if it ever happens again. This prevents regressions from sneaking in.

For a speedy workflow:
1. Run `npm start` in one terminal. This watches the source tree and compiles it incrementally.
2. When desired, run `npm run unit-test` in another terminal. This runs tests using the compilation output from `npm start`.

### Submitting Your Change

After you have made and tested your change, commit and push it to your fork. Then, open a Pull Request
Expand Down

0 comments on commit 3cf61cf

Please sign in to comment.