Skip to content

Commit 10c0215

Browse files
committed
mocha: move config into package
1 parent d4b94f6 commit 10c0215

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Trunk
44

5+
* mocha: move config into package
56
* package: latest dependencies
67

78
## Version 1.4.2

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@
5151
"email": "[email protected]"
5252
}
5353
],
54+
"mocha": {
55+
"throw-deprecation": true,
56+
"require": [
57+
"should",
58+
"coffeescript/register",
59+
"ts-node/register"
60+
],
61+
"inline-diffs": true,
62+
"timeout": 40000,
63+
"reporter": "spec",
64+
"recursive": true
65+
},
5466
"main": "lib/index.js",
5567
"types": "lib/index.d.ts",
5668
"engines": {

test/mocha.opts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)