test-exclude
Last updated
Was this helpful?
Last updated
Was this helpful?
The file include/exclude logic used by .
you can load configuration from a key in package.json:
package.json
app.js
by default the node_modules
folder is added to all groups of exclude rules. In the rare case that you wish to instrument files stored in node_modules
, a negative glob can be used:
ISC