We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac2c03 commit ae53373Copy full SHA for ae53373
.github/CONTRIBUTING.md
@@ -54,6 +54,9 @@ $ yarn test:unit
54
55
# run the full test suite, include linting / type checking
56
$ yarn test
57
+
58
+# run tests against src files only. Allows inline debugging.
59
+$ yarn test:unit:only:dev
60
```
61
62
There are some other scripts available in the `scripts` section of the `package.json` file.
0 commit comments