Skip to content

Commit e530242

Browse files
committed
chore: update fixture
1 parent f820a15 commit e530242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fixtures/proto/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import fs from "node:fs";
22

3-
console.log("exists:", fs.existsSync("index.js"));
3+
console.log("exists:", fs.existsSync(__filename));

0 commit comments

Comments
 (0)