Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 10, 2018
1 parent a37bb0c commit 1400296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -36,7 +36,6 @@
"fastify-compress": "^0.5.1",
"pre-commit": "^1.2.2",
"proxyquire": "^2.0.0",
"request": "2.83.0",
"simple-get": "^2.7.0",
"snazzy": "^7.0.0",
"standard": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/static.test.js
Expand Up @@ -650,7 +650,7 @@ t.test('with fastify-compress', t => {
root: path.join(__dirname, '/static')
}
const fastify = Fastify()
fastify.register(compress, { global: true, threshold: 0 })
fastify.register(compress, { threshold: 0 })
fastify.register(fastifyStatic, pluginOptions)

t.tearDown(fastify.close.bind(fastify))
Expand Down

0 comments on commit 1400296

Please sign in to comment.