Skip to content

Commit

Permalink
disable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 15, 2021
1 parent c489c4b commit 68021b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"stream-wormhole": "^1.1.0"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/busboy": "^0.2.3",
"@types/node": "^14.0.27",
"@typescript-eslint/parser": "^4.0.0",
"climem": "^1.0.3",
"eslint": "^7.7.0",
Expand Down
6 changes: 1 addition & 5 deletions test/legacy/multipart.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,7 @@ test('should call finished when both files are pumped', { skip: process.platform
test('should call finished if one of the streams closes prematurely', { skip: process.platform === 'win32' }, function (t) {
t.plan(5)

const fastify = Fastify({
logger: {
level: 'debug'
}
})
const fastify = Fastify()
t.tearDown(fastify.close.bind(fastify))

fastify.register(multipart)
Expand Down

0 comments on commit 68021b5

Please sign in to comment.