We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use AVA in a monorepo but i'm not able to get this eslint plugin working.
I'm able to execute my tests but the plugin thinks AVA is ignoring the test files.
Here is a small repo(https://github.com/Mathrio/ts-monorepo-starter) to reproduce.
Just build it and then do npm test to see that the test passes. If you look into packages/package-a/test/sample.test.ts you will see the error.
The text was updated successfully, but these errors were encountered:
This seems related to #311 (comment).
Sorry, something went wrong.
No branches or pull requests
I'm trying to use AVA in a monorepo but i'm not able to get this eslint plugin working.
I'm able to execute my tests but the plugin thinks AVA is ignoring the test files.
Here is a small repo(https://github.com/Mathrio/ts-monorepo-starter) to reproduce.
Just build it and then do npm test to see that the test passes. If you look into packages/package-a/test/sample.test.ts you will see the error.
The text was updated successfully, but these errors were encountered: