-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
area: documentationanything involving docs or mochajs.organything involving docs or mochajs.orggood first issuenew contributors should look here!new contributors should look here!status: accepting prsMocha can use your help with this one!Mocha can use your help with this one!
Description
From @boneskull on July 12, 2015 4:15
from #1115
Not sure if it is needed, but it may be worth noting that due to shell expansion, glob patterns should be wrapped in double quotes on unix shells.
mocha -w -r should "test/**/*.js"Using that would render the --recursive flag useless.
Copied from original issue: mochajs/old-mochajs-site#8
UPDATE Double quotes for portability--don't want to say single quotes in one place and double quotes in the other, so DOUBLE QUOTES (single quotes fine on *nix if you don't want variable expansion to happen, but let's assume there are no variables in use)
s-r-x
Metadata
Metadata
Assignees
Labels
area: documentationanything involving docs or mochajs.organything involving docs or mochajs.orggood first issuenew contributors should look here!new contributors should look here!status: accepting prsMocha can use your help with this one!Mocha can use your help with this one!