Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Nov 11, 2024
1 parent b73a830 commit 5a97b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/script.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ await snapshotTest({
name: 'should execute the command ',
meta: import.meta,
args: ['./tests/fixtures/hello-world.ts'],
denoArgs: ['--allow-read', '--allow-env', '--allow-write', '--allow-run'],
// maybe -A
denoArgs: ['--allow-read', '--allow-env', '--allow-write', '--allow-run', '--allow-net'],
async fn() {
await script.parse()
},
Expand Down

0 comments on commit 5a97b50

Please sign in to comment.