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

Commit d28d13d

Browse files
robbsolteralanshaw
authored andcommitted
docs: fix incorrect npm run test line (#1449)
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
1 parent 33bbe94 commit d28d13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ Please use the same script if you need to update this table.
753753
> npm test
754754
755755
# run just IPFS tests in Node.js
756-
> npm run test:node:core
756+
> npm run test:node
757757
758758
# run just IPFS core tests
759759
> npm run test:node:core

0 commit comments

Comments
 (0)