Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit b221aa8

Browse files
chore: remove giturl version
Update test/parser.spec.js Co-Authored-By: Hugo Dias <[email protected]>
1 parent 839692f commit b221aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"aegir": "^20.0.0",
3434
"chai": "^4.2.0",
35-
"ipfs-http-client": "ipfs/js-ipfs-http-client#support-unixfs-metadata",
35+
"ipfs-http-client": "^40.2.0",
3636
"request": "^2.88.0"
3737
},
3838
"engines": {

test/parser.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('parser', () => {
117117
request.post({ url: `http://localhost:${PORT}`, formData: formData }, (err) => done(err))
118118
})
119119

120-
it('parses multipart requests with metatdata correctly', (done) => {
120+
it('parses multipart requests with metadata correctly', (done) => {
121121
const formData = {
122122
file: {
123123
value: fileContent,

0 commit comments

Comments
 (0)