Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
docs: clarify the required use of the dev environment for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Apr 29, 2020
1 parent 3889387 commit 3aa4be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Before making a pull request, make sure to check the output of the following com

```bash
npm run lint
npm test
npm test # make sure to start `npm run dev` before running the tests
```

Pull requests should target the `dev` branch.
Expand Down

0 comments on commit 3aa4be7

Please sign in to comment.