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
{{ message }}
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
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.