diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98174b93bbd36..ade553381b6ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ node . exec -- ``` To update the snapshots run: ```bash -TAP_SNAPSHOT=1 npm test +TAP_SNAPSHOT=1 node . run test ``` ## Performance & Benchmarks