MCPcopy
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

1import { MultipartParser } from '../../src/index.js';
2
3test('on constructor', () => {
4 const parser = new MultipartParser();

Callers

nothing calls this directly

Calls 5

expectFunction · 0.85
initWithBoundaryMethod · 0.80
testFunction · 0.50
writeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected