Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: fix incorrect npm run test line (#1449)
Browse files Browse the repository at this point in the history
I believe you meant to write `npm run test:node` in the instructions on how to run the unit tests. The `npm run test:node:core` line was written twice. Cheers
  • Loading branch information
robbsolter authored and alanshaw committed Jul 18, 2018
1 parent 33bbe94 commit d28d13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ Please use the same script if you need to update this table.
> npm test
# run just IPFS tests in Node.js
> npm run test:node:core
> npm run test:node
# run just IPFS core tests
> npm run test:node:core
Expand Down

0 comments on commit d28d13d

Please sign in to comment.