You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Miroslav Stastny edited this page Nov 1, 2018
·
7 revisions
Running tests
# Run tests with:
yarn test# Run tests in watch mode with:
yarn test:watch
# Run single test in watch mode with:
yarn test: watch {test filename}
example: yarn test:watch button-test
Debugging tests
Open Chrome DevTools and drag & drop the whole react/ repo directory there, then click allow