We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3447e6a commit e4ef32fCopy full SHA for e4ef32f
package.json
@@ -4,7 +4,7 @@
4
"description": "Bare bones Promises/A+ implementation",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha -R spec --timeout 200 --slow 99999",
+ "test": "mocha --timeout 200 --slow 99999",
8
"test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999",
9
"test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999"
10
},
0 commit comments