Skip to content

Commit

Permalink
docs: update test filter parameter (libp2p#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Aug 29, 2023
1 parent ed6169d commit 262563b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions multidim-interop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ listener.
make
```

2. Install the dependencies
2. Install the dependencies need to run the tests

```bash
npm install
Expand All @@ -48,13 +48,13 @@ listener.
npm run test
```
**Note**:
You may only want to run specific versions, you can do so by passing the `--test-filter` flag
You may only want to run specific versions, you can do so by passing the `--name-filter` flag
```bash
npm run test -- --test-filter=js-libp2p-head
npm run test -- --name-filter js-libp2p-head
```
You can also ignore specific versions by passing the `--test-ignore` flag
You can also ignore specific versions by passing the `--name-ignore` flag
```bash
npm run test -- --test-ignore=js-libp2p-head
npm run test -- --name-filter js-libp2p-head
```

## Adding an implementation
Expand Down

0 comments on commit 262563b

Please sign in to comment.