Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbjgolden committed Sep 30, 2024
1 parent eadc84b commit de76003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/calcOutput.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test("calcOutput (incl internal)", async () => {
{
contents: "import 'dotenv/config';\nconsole.log(process.env.TEST);\n",
path: "index.mjs",
sourcePath: "/Users/tom/Documents/xnr/lib/__fixtures__/dotenv-test/index.ts",
sourcePath: fsPath.resolve("lib/__fixtures__/dotenv-test/index.ts"),
},
],
packages: new Set(["dotenv"]),
Expand Down

0 comments on commit de76003

Please sign in to comment.