Skip to content

Commit 3f8424c

Browse files
committed
test: appease the infernal machine
1 parent aec760b commit 3f8424c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/server/utils/docs/client.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vi.mock('@deno/doc', () => ({
88

99
// Mock encodePackageName
1010
vi.mock('#shared/utils/npm', () => ({
11-
encodePackageName: (name: string) => name.replace('/', '%2f'),
11+
encodePackageName: (name: string) => name.replaceAll('/', '%2f'),
1212
}))
1313

1414
// Mock Nitro globals before importing the module.

0 commit comments

Comments
 (0)