Skip to content

Commit

Permalink
Migrate the rest of busboy tests to Mocha (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Nov 28, 2021
1 parent 2d8fd18 commit 622e2ca
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 547 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
"bench:dicer": "node deps/dicer/bench/dicer-bench-multipart-parser.js",
"lint": "eslint .",
"lint:everything": "npm run lint && npm run test:types",
"test:legacy": "node test/test.js",
"test:mocha": "mocha test",
"test:types": "tsd",
"test:coverage": "nyc npm run test",
"test": "npm run test:mocha && npm run test:legacy"
"test": "npm run test:mocha"
},
"engines": {
"node": ">=10.17.0"
Expand Down
358 changes: 0 additions & 358 deletions test/test-types-multipart.js

This file was deleted.

Loading

0 comments on commit 622e2ca

Please sign in to comment.