Skip to content

Commit

Permalink
docs(contributing): remove reference to replaced jest script
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Oct 8, 2020
1 parent 7346f8f commit 874e368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After cloning and installing all the dependencies, there are several commands av

- `yarn lint` - Lints everything in src directory
- `yarn test-only` - Runs Jest over all tests in src directory
- `yarn test` - Runs `yarn lint` and `yarn jest` together
- `yarn test` - Runs `yarn lint` and `yarn test-only` together

### Production Workflow

Expand Down

0 comments on commit 874e368

Please sign in to comment.