Skip to content

Commit dffaee7

Browse files
committed
Add command for running all tests to readme
1 parent b72f3ba commit dffaee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ reduce([🍿, 🍳], eat)
2626
1. `npm install`
2727
1. Run each set of tests with `npm test ./[path]`
2828
* For example: `npm test ./map`
29+
1. Run all the tests with `npm test ./**/*.spec.js`
2930
3031
#### Details
3132

0 commit comments

Comments
 (0)