Skip to content

Commit d13b11b

Browse files
committed
Fix deno test on windows
1 parent 38fb27d commit d13b11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deno/base.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
33
import { getDirname, getFilename } from '../../mod.ts';
44

55
export const esmFilename = () => {
6-
const __filename = path.fromFileUrl(import.meta.url);
6+
const __filename = fromFileUrl(import.meta.url);
77
return __filename;
88
};
99

0 commit comments

Comments
 (0)