Ignore documentation folder with meteor test

Hello, I use ESDoc to generate documentation from imports folder and place them into a doc folder. When I run this npm script:

    "test-watch": "meteor test --port 3100 --driver-package practicalmeteor:mocha",

It looks at the files in the documentation folder called *.test.js.html and throws errors.

Is there a way to ignore these files? I found this, https://github.com/meteor/meteor/issues/6002 but it’s only a suggestion.

stick a ‘.’ in front of it. So make the folder .docs/ This way it will be ignored by the Meteor compiler.