We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fb27d commit d13b11bCopy full SHA for d13b11b
test/deno/base.test.mjs
@@ -3,7 +3,7 @@ import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
3
import { getDirname, getFilename } from '../../mod.ts';
4
5
export const esmFilename = () => {
6
- const __filename = path.fromFileUrl(import.meta.url);
+ const __filename = fromFileUrl(import.meta.url);
7
return __filename;
8
};
9
0 commit comments