Skip to content

Commit

Permalink
docs: add info on running individual tests (ipfs#1922)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off by: Nitin Patel <nitinpatel278@gmail.com>
  • Loading branch information
niinpatel authored and Alan Shaw committed Mar 12, 2019
1 parent 6b789ee commit 826fed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ Listing of the main packages used in the IPFS ecosystem. There are also three sp
# run all the unit tests
> npm test
# run individual tests (findprovs)
> npm run test -- --grep findprovs
# run just IPFS tests in Node.js
> npm run test:node
Expand Down

0 comments on commit 826fed6

Please sign in to comment.