MCPcopy
hub / github.com/node-formidable/formidable / test

Function test

test-legacy/simple/test-file.js:11–16  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

9let gently;
10
11function test(test) {
12 gently = new Gently();
13 file = new File();
14 test();
15 gently.verify(test.name);
16}
17
18test(function constructor() {
19 assert.ok(file instanceof EventEmitter);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…