Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 7, 2024
1 parent 8455560 commit 2a07dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__snapshots__/esm-shims-snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import path from "node:path";
import { fileURLToPath } from "node:url";

//#region ../../../assets/esm-shims.js
//#region ../../../esm-shims.js
const getFilename = () => fileURLToPath(import.meta.url);
const getDirname = () => path.dirname(getFilename());
const __dirname = /* @__PURE__ */ getDirname();
Expand Down

0 comments on commit 2a07dd5

Please sign in to comment.