Skip to content

Commit

Permalink
Update no-schema.js; update package version to 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameWolf committed Apr 24, 2024
1 parent 880ecd9 commit 79f0572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion test/no-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 79f0572

Please sign in to comment.