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
Currently yarn test just runs every test, and if you want to filter it down you have to comment out test suites which is a really clunky process. Maybe some cli options with mocha or swap out to jest or something
The text was updated successfully, but these errors were encountered:
After reading about RuleTester it's just a node script that runs and outputs. We'll need to write some extra logic maybe a --onlyChanged option that will read what is git unstaged to run only a subset of tests similar to how jest works
Currently
yarn test
just runs every test, and if you want to filter it down you have to comment out test suites which is a really clunky process. Maybe some cli options with mocha or swap out to jest or somethingThe text was updated successfully, but these errors were encountered: