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

[documentation] Fixing incorrect npm run test line #1449

Merged
merged 1 commit into from
Jul 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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