Skip to content

Commit

Permalink
remove config option
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 19, 2024
1 parent d7e3de6 commit 0e6ce61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async function runPrompt(
stderr: "piped",
args: [
"run",
...options.denoArgs ?? ["--allow-env=SNAPSHOT_TEST_NAME", "-c=deno.jsonc"],
...options.denoArgs ?? ["--allow-env=SNAPSHOT_TEST_NAME"],
options.meta.url,
...options.args ?? [],
...step?.args ?? [],
Expand Down

0 comments on commit 0e6ce61

Please sign in to comment.