From b331fdb08e74eacc0b75dfb2062108250a09d6af Mon Sep 17 00:00:00 2001 From: robbsolter <35879806+robbsolter@users.noreply.github.com> Date: Tue, 17 Jul 2018 22:41:52 -0500 Subject: [PATCH] Fixing incorrect npm run test line 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb802ba6a..0c20f35cdb 100644 --- a/README.md +++ b/README.md @@ -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