Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add a test to verify withFileTypes case
add a test with withFileTypes true

Fixes: #60936
  • Loading branch information
y-okt committed Dec 13, 2025
commit d5f0350c325c68de700e4bec115acc852447ef2f
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ const { join } = require('node:path');

const testDirPath = join(__dirname, '..', '..');
readdir(Buffer.from(testDirPath), { recursive: true }).then(common.mustCall());

readdir(Buffer.from(testDirPath), { recursive: true, withFileTypes: true }).then(common.mustCall());