Skip to content

Commit

Permalink
move form-data as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 31, 2022
1 parent 0811492 commit 6de136b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
"faunadb": "2.6.1",
"firebase": "7.14.5",
"flat": "5.0.2",
"form-data": "4.0.0",
"fs-extra": "9.0.0",
"get-port": "5.1.1",
"glob": "7.1.6",
Expand Down
11 changes: 0 additions & 11 deletions pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion test/e2e/edge-can-read-request-body/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ describe('Edge can read request body', () => {
beforeAll(async () => {
next = await createNext({
files: new FileRef(path.resolve(__dirname, './app')),
dependencies: {},
dependencies: {
'form-data': '4.0.0',
},
})
})
afterAll(() => next.destroy())
Expand Down

0 comments on commit 6de136b

Please sign in to comment.