-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
watch always watches .js #3275
Copy link
Copy link
Closed
Urigo/tortilla
#64Labels
area: node.jscommand-line-or-Node.js-specificcommand-line-or-Node.js-specificstatus: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: featureenhancement proposalenhancement proposal
Metadata
Metadata
Assignees
Labels
area: node.jscommand-line-or-Node.js-specificcommand-line-or-Node.js-specificstatus: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: featureenhancement proposalenhancement proposal
Type
Fields
Give feedbackNo fields configured for issues without a type.
Prerequisites
faqlabelnode node_modules/.bin/mocha --version(Local) andmocha --version(Global). We recommend avoiding the use of globally installed Mocha.Description
This is not an issue but feature request.
Watch mode always watches for ".js" files even when I specify --watch-extensions to be "ts,tsx". Is it possible to change the behaviour to strictly watch only the specified extensions?