-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
type: featureenhancement proposalenhancement proposal
Description
refs: #1780 (comment)
When we use --watch, mocha watches cwd(and all files under it). So, how about to specify watching directories and just watch them?
example)
If I want to run test/**/*.spec.js when src/directory/ and lib/directory/ have changed, type this:
mocha --watch src/directory:lib/directory test/**/*.spec.js
I'm glad if someone considers about this.
Thanks.
dnutels, preflight, js-choi, gitgrimbo, moirrer and 1 more
Metadata
Metadata
Assignees
Labels
type: featureenhancement proposalenhancement proposal