MCPcopy Index your code
hub / github.com/nodejs/node / test

Function test

test/sequential/test-fs-readdir-recursive.js:182–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180// fs.promises.readdir { recursive }
181{
182 async function test() {
183 const result = await fs.promises.readdir(readdirDir, { recursive: true });
184 assert.deepStrictEqual(result.sort(), expected);
185 }
186
187 test().then(common.mustCall());
188}

Callers 1

Calls 3

sortMethod · 0.80
assertDirentsFunction · 0.70
readdirMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…