Skip to content

Commit

Permalink
Remove baseline-accept warning from CONTRIBUTING
Browse files Browse the repository at this point in the history
It's not longer true. You can baseline-accept after running just a few
tests.
  • Loading branch information
sandersn committed Oct 17, 2016
1 parent d27088e commit 45253f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,3 @@ jake baseline-accept
```

to establish the new baselines as the desired behavior. This will change the files in `tests\baselines\reference`, which should be included as part of your commit. It's important to carefully validate changes in the baselines.

**Note** that `baseline-accept` should only be run after a full test run! Accepting baselines after running a subset of tests will delete baseline files for the tests that didn't run.

0 comments on commit 45253f8

Please sign in to comment.