Remove not effective mocha options

This commit is contained in:
Mariusz Nowak 2019-05-14 11:40:53 +02:00
parent c642ce1e5c
commit 502e85a38d
No known key found for this signature in database
GPG Key ID: AA6F4CCD415BF299

View File

@ -10,9 +10,6 @@ if (process.argv.length <= 2) {
process.argv.push(
'!(node_modules)/**/*.test.js',
'--require=sinon-bluebird',
'-R',
'spec',
'--recursive',
);
}