Closed mexin closed 5 years ago
In this package can only control which tests are executed, regulated by the following options:
If you want to control which files are loaded, please check https://guide.meteor.com/testing.html#test-modes and additionally scan the changelog (https://docs.meteor.com/changelog.html) for the term testModule
. The latter option should be better linked throughout the rest of the meteor guide, if you ask me.
Im trying to exclude some files but cannot find a way to completely avoid them, is there any special configuration that needs to be added?
Thanks in advance!