We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5591609 commit 98471bdCopy full SHA for 98471bd
.travis.yml
@@ -5,7 +5,7 @@ node_js:
5
6
install:
7
- npm install
8
- - npm install coveralls jscoverage nodeunit
+ - npm install coveralls jscoverage mocha-lcov-reporter
9
10
script:
11
tools/travis.sh
package.json
@@ -4,7 +4,7 @@
4
"description": "Mock STDIN file descriptor in Node.js",
"main": "./lib/index.js",
"scripts": {
- "test": "nodeunit test/"
+ "test": "mocha test/"
},
"repository": {
"type": "git",
@@ -24,6 +24,6 @@
24
25
"homepage": "https://github.com/caitp/node-mock-stdin",
26
"devDependencies": {
27
- "nodeunit": "^0.11.3"
+ "mocha": "^6.2.2"
28
}
29
0 commit comments