diff options
Diffstat (limited to 'tests/node_compat/runner')
| -rwxr-xr-x | tests/node_compat/runner/setup.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/node_compat/runner/setup.ts b/tests/node_compat/runner/setup.ts index 22fc71086..5ef0bc3db 100755 --- a/tests/node_compat/runner/setup.ts +++ b/tests/node_compat/runner/setup.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-read=. --allow-write=. --allow-run=git +#!/usr/bin/env -S deno run --allow-read=. --allow-write=. --allow-run=git --config=tests/config/deno.json // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. /** This copies the test files according to the config file `tests/node_compat/config.jsonc` */ |
