Skip to content

Commit 20ad2f8

Browse files
committed
moves mocha opt to package.json
1 parent 182dc6e commit 20ad2f8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
"bugs": {
4141
"url": "https://github.com/yakyak/yakyak/issues"
4242
},
43+
"mocha": {
44+
"reporter": "list",
45+
"timeout": 500,
46+
"spec": "test/**/*.coffee",
47+
"require": [
48+
"coffeescript/register"
49+
]
50+
},
4351
"homepage": "https://github.com/yakyak/yakyak",
4452
"greenkeeper": {
4553
"ignore": [

test/mocha.opts

-3
This file was deleted.

0 commit comments

Comments
 (0)