Skip to content
Merged
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
fix test/node-unit/cli/options.spec.js tests
  • Loading branch information
JoshuaKGoldberg committed Mar 10, 2025
commit f2b2d28b727fb1c49199212fa4d5cc5d4572195f
2 changes: 1 addition & 1 deletion test/node-unit/cli/options.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const proxyLoadOptions = ({
loadConfig = {}
} = {}) =>
rewiremock.proxy(modulePath, r => ({
fs: r.with({readFileSync}).directChildOnly(),
'node:fs': r.with({readFileSync}).directChildOnly(),
[mocharcPath]: defaults,
'find-up': r
.by(() => (findupSync ? {sync: findupSync} : {}))
Expand Down