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
(test): always run build before running tests (#493)
- personally, I often forget to yarn build before yarn test and that
means I'm testing stale changes
- would be good to have a way to run jest --watch, but that would
optimally require programmatic access to the CLI engine, which
needs some refactoring
0 commit comments