Skip to content

Commit 98471bd

Browse files
committed
Switch from nodeunit to mocha
1 parent 5591609 commit 98471bd

File tree

4 files changed

+126
-156
lines changed

4 files changed

+126
-156
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55

66
install:
77
- npm install
8-
- npm install coveralls jscoverage nodeunit
8+
- npm install coveralls jscoverage mocha-lcov-reporter
99

1010
script:
1111
tools/travis.sh

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Mock STDIN file descriptor in Node.js",
55
"main": "./lib/index.js",
66
"scripts": {
7-
"test": "nodeunit test/"
7+
"test": "mocha test/"
88
},
99
"repository": {
1010
"type": "git",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/caitp/node-mock-stdin",
2626
"devDependencies": {
27-
"nodeunit": "^0.11.3"
27+
"mocha": "^6.2.2"
2828
}
2929
}

0 commit comments

Comments
 (0)