Skip to content

Commit e4ef32f

Browse files
author
Forbes Lindesay
committed
Stop using spec mocha reporter as there are too many tests
1 parent 3447e6a commit e4ef32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Bare bones Promises/A+ implementation",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha -R spec --timeout 200 --slow 99999",
7+
"test": "mocha --timeout 200 --slow 99999",
88
"test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999",
99
"test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999"
1010
},

0 commit comments

Comments
 (0)