-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is there a way to run the tests on command? #2
Comments
In future it might work during
This plugin is currently only for editor experience. I have tested this with Next.js and Create React App. In both frameworks plugin work in editor but not in terminal. I'll investigate this further but probably there's nothing I can do. It would be super cool to have tests run during build time. |
@albizures I could recreate this as eslint plugin - it would allow to run tests by running |
Wow, that's super cool! is this already public? so I can test it 🤗 By the way thanks for you work in this module 🙏 |
@albizures nope, eslint version is not available yet |
oh sorry, until now I noticed I misread you comment, and I thought it was a work in progress already. And just as a random thought, is this something that could be done using a jest transformer alongside babel? |
So it can be added as another npm script
The text was updated successfully, but these errors were encountered: