Skip to content

Commit 7fa90ec

Browse files
committed
test: update deno runner
1 parent 2008e3a commit 7fa90ec

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
@@ -2,6 +2,4 @@
22

33
echo "Using $(deno --version | head -1)"
44

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

0 commit comments

Comments
 (0)