Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-formidable/formidable
/ multipart-parser.test.js
File
multipart-parser.test.js
test/unit/multipart-parser.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ MultipartParser } from
'../../src/index.js'
;
2
3
test(
'on constructor'
, () => {
4
const
parser =
new
MultipartParser();
Callers
nothing calls this directly
Calls
5
expect
Function · 0.85
initWithBoundary
Method · 0.80
test
Function · 0.50
write
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected