Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit b361f74

Browse files
committedNov 16, 2021
docs: update readme
Add a description for how to run a particular test locally
1 parent 1d52b9e commit b361f74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ $ npm install -g ipfs-interop
2424
$ ipfs-interop
2525
```
2626

27+
### Run a particular test locally
28+
29+
```console
30+
$ node bin/ipfs-interop.js -- -t node --grep {substring-test-name}
31+
```
32+
2733
## Testing with different versions of go/js IPFS
2834

2935
### As a project

0 commit comments

Comments
 (0)
This repository has been archived.