1 parent f820a15 commit e530242Copy full SHA for e530242
1 file changed
test/fixtures/proto/index.js
@@ -1,3 +1,3 @@
1
import fs from "node:fs";
2
3
-console.log("exists:", fs.existsSync("index.js"));
+console.log("exists:", fs.existsSync(__filename));
0 commit comments