Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 59188dc

Browse files
author
Axel Rindle
committed
Add mocha test framework
1 parent 8d52e51 commit 59188dc

File tree

2 files changed

+122
-2
lines changed

2 files changed

+122
-2
lines changed

package-lock.json

Lines changed: 118 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"semver": "^5.5.1"
1616
},
1717
"devDependencies": {
18-
"coffeelint": "^2.1.0"
18+
"coffeelint": "^2.1.0",
19+
"mocha": "^5.2.0"
1920
},
2021
"scripts": {
21-
"lint": "coffeelint -f coffeelint.json lib/ || true"
22+
"lint": "coffeelint -f coffeelint.json lib/ || true",
23+
"test": "mocha"
2224
},
2325
"files": [
2426
"lib/*"

0 commit comments

Comments
 (0)