Skip to content

Commit 05788b9

Browse files
authoredJan 3, 2024
Bump winston-transport; fix test issue (#2386)
1 parent a7c2eec commit 05788b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"safe-stable-stringify": "^2.3.1",
3535
"stack-trace": "0.0.x",
3636
"triple-beam": "^1.3.0",
37-
"winston-transport": "^4.5.0"
37+
"winston-transport": "^4.6.0"
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.17.0",
@@ -60,7 +60,7 @@
6060
"types": "./index.d.ts",
6161
"scripts": {
6262
"lint": "eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
63-
"test": "mocha",
63+
"test": "rimraf test/fixtures/logs/* && mocha",
6464
"test:coverage": "nyc npm run test:unit",
6565
"test:unit": "mocha test/unit",
6666
"test:integration": "mocha test/integration",

0 commit comments

Comments
 (0)
Please sign in to comment.