Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve test runner #15

Open
Brianzchen opened this issue Dec 15, 2021 · 1 comment
Open

Improve test runner #15

Brianzchen opened this issue Dec 15, 2021 · 1 comment

Comments

@Brianzchen
Copy link
Member

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

@Brianzchen
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant