When running meteor test --driver-package practicalmeteor:mocha, I get this error:
While processing files with static-html (for target web.browser):
node_modules/jsforce/test/browser/client.test.html:1: Can't set DOCTYPE
here. (Meteor sets <!DOCTYPE html> for you)
If I remove that file it works OK, but is it possible to not attempt to compile the files inside of node_modules?