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.
yarn test
yarn test:watch
yarn test:watch --testFilePattern=FILE_PATTERN --testNamePattern=NAME_PATTERN
or
yarn test:watch -F FILE_PATTERN -t NAME_PATTERN
Example:
yarn test:watch -F Menu -t "passes arbitrary props"
Chrome DevTools
react/
node --inspect-brk node_modules/.bin/jest --runInBand [PATTERN_FOR_TEST_FILENAME]
e.g.:
node --inspect-brk node_modules/.bin/jest --runInBand ChatList*
Dedicated DevTools for Node.js
Ctrl+P