Skip to content

Commit ac5b2a8

Browse files
committed
test: use sloppy imports in tap:deno
1 parent a594a0d commit ac5b2a8

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

tap/.deno.sh

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

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

7-
deno run --allow-read --allow-net --allow-env --import-map tap/import_map.json tap/run-deno.ts
7+
export DENO_UNSTABLE_SLOPPY_IMPORTS=true
8+
9+
deno run --allow-read --allow-net --allow-env tap/run-deno.ts

tap/import_map.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)