diff --git a/package-lock.json b/package-lock.json index 28deb69..e74e9b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "formzilla", - "version": "3.2.10", + "version": "3.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "formzilla", - "version": "3.2.10", + "version": "3.2.11", "license": "ISC", "dependencies": { "busboy": "^1.6.0", diff --git a/package.json b/package.json index ed4e4a8..f324175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formzilla", - "version": "3.2.10", + "version": "3.2.11", "description": "Fastify plugin for parsing multipart/form data", "main": "index.js", "scripts": { diff --git a/test/no-schema.js b/test/no-schema.js index 7e9b83c..162e86f 100644 --- a/test/no-schema.js +++ b/test/no-schema.js @@ -3,7 +3,6 @@ const setup = require("./setup"); const test = require("ava"); const { Readable } = require("stream"); -const { once } = require("events"); test("should parse fields as strings when there is no schema", async t => { const instance = require("fastify").fastify();