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

.tests.js files are not excluded when not under /tests folder #84

Open
jankapunkt opened this issue Apr 17, 2021 · 0 comments
Open

.tests.js files are not excluded when not under /tests folder #84

jankapunkt opened this issue Apr 17, 2021 · 0 comments

Comments

@jankapunkt
Copy link
Collaborator

I followed the README instructions to run my coverage but all .tests.js files are included. Even explicit exclude pattern in .coverage do not work:

"exclude": [
  "**/tests/*",
  "/**/*tests*"
]

The Meteor project runs the tests from the tests folder and imports the tests files from the imports folder. When placing the test files under the /test folder they are ignored. However we do not want to use such structure but place test files near the original files.

What can I do here?

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