Skip to content

Commit 09bc1cd

Browse files
committed
test: update deno runner
1 parent c23321e commit 09bc1cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tap/.deno.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
echo "Using $(deno --version | head -1)"
66

7-
export DENO_UNSTABLE_SLOPPY_IMPORTS=true
8-
9-
deno run --allow-read --allow-net --allow-env tap/run-deno.ts
7+
deno run --allow-read --allow-net --allow-env --unstable-sloppy-imports tap/run-deno.ts

0 commit comments

Comments
 (0)