This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -900,7 +900,7 @@ Listing of the main packages used in the IPFS ecosystem. There are also three sp
900
900
### Run tests
901
901
902
902
` ` ` sh
903
- # run all the unit tsts
903
+ # run all the unit tests
904
904
> npm test
905
905
906
906
# run just IPFS tests in Node.js
@@ -917,6 +917,9 @@ Listing of the main packages used in the IPFS ecosystem. There are also three sp
917
917
918
918
# run just IPFS core tests in the Browser (Chrome)
919
919
> npm run test:browser
920
+
921
+ # run some interface tests (block API) on Node.js
922
+ > npm run test:node:interface -- --grep '.block'
920
923
` ` `
921
924
922
925
### Run interop tests
Original file line number Diff line number Diff line change 33
33
"test:node:http" : " aegir test -t node -f test/http-api/index.js --timeout=10000" ,
34
34
"test:node:gateway" : " aegir test -t node -f test/gateway/index.js --timeout=10000" ,
35
35
"test:node:cli" : " aegir test -t node -f test/cli/index.js --timeout=10000" ,
36
+ "test:node:interface" : " aegir test -t node -f test/core/interface.spec.js --timeout=10000" ,
36
37
"test:bootstrapers" : " IPFS_TEST=bootstrapers aegir test -t browser -f test/bootstrapers.js --timeout=10000" ,
37
38
"benchmark" : " echo \" Error: no benchmarks yet\" && exit 1" ,
38
39
"benchmark:node" : " echo \" Error: no benchmarks yet\" && exit 1" ,
You can’t perform that action at this time.
0 commit comments