Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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
- Loading branch information