Skip to content

Commit 6177d70

Browse files
committed
docs: Update development guidelines
1 parent 3d0c83f commit 6177d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You may also find an ESLint integration for your favorite IDE [here](https://esl
66
## Testing
77
Unit testing is based on the [ava](https://github.com/avajs/ava) test-framework. You can run all tests using `npm test` (this is what our CI will do for all pull requests).
88

9-
During development, you might want to use `npm run unit` or `npm run unit-watch` (re-runs tests automatically after file changes) to quickly execute all unit tests and see whether your change just broke one of them. 😉
9+
During development, you might want to use `npm run unit` or `npm run unit-watch` (re-runs tests automatically after file changes; only available within a specific package) to quickly execute all unit tests and see whether your change just broke one of them. 😉
1010

1111
## Git Guidelines
1212
### No Merge Commits

0 commit comments

Comments
 (0)