Skip to content

Commit d4e56b2

Browse files
authored
docs: update snapshot generation command (#8459)
1 parent da1d4d2 commit d4e56b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ node . exec -- <package>
7070
```
7171
To update the snapshots run:
7272
```bash
73-
TAP_SNAPSHOT=1 npm test
73+
TAP_SNAPSHOT=1 node . run test
7474
```
7575

7676
## Performance & Benchmarks

0 commit comments

Comments
 (0)