Skip to content

Commit

Permalink
winstonjs#225: Make sure 'npm test' actually finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
curledUpSheep committed Jul 13, 2023
1 parent 004eb44 commit 5fb01b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"main": "./lib/winston-mongodb",
"scripts": {
"lint": "eslint lib/*.js test/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
"test": "mocha test/*-test.js",
"test": "mocha test/*-test.js --exit",
"test-rs": "WINSTON_MONGODB_URL='mongodb://localhost:27017,localhost:27018/winston?replicaSet=rs0' mocha test/*-test.js"
},
"typings": "./lib/winston-mongodb.d.ts"
Expand Down

0 comments on commit 5fb01b3

Please sign in to comment.