diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e1eb7800e..6f3c102ab 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -57,9 +57,6 @@ $ yarn test:unit # run the full test suite, include linting / type checking $ yarn test - -# run tests against src files only. Allows inline debugging. -$ yarn test:unit:only:dev ``` There are some other scripts available in the `scripts` section of the `package.json` file.