const testPromise = testee.test([
'src/main/test.html'
], {
"firefox": {
"browser": "firefox",
"args": ["--profile", process.env.FIREFOX_PROFILE_PATH]
}
})..then(() => {
}).catch((e) => {
console.error(e);
});
npm run check-coverage
"coverage": {
"ignore": [ "node_modules" ]
}
testee:coverage should instrument /node_modules/funcunit/browser/adapters/mocha.js +1ms
testee:coverage should instrument /node_modules/steal-css/css.js +6ms
testee:coverage should instrument /node_modules/syn/src/mouse.js +1ms
testee:coverage should instrument /node_modules/syn/src/key.js +0ms
testee:coverage should instrument /node_modules/steal-qunit/add-dom.js +7ms
testee:coverage should instrument /node_modules/syn/src/typeable.js +16ms
testee:coverage should instrument /node_modules/jquery/dist/jquery.js +2ms
coverage
option from your config file
--coverage
:
node_modules
folder