Skip to content

Commit 08d1bd2

Browse files
committed
test: refactor tap:deno imports
1 parent b4de8db commit 08d1bd2

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

tap/.deno.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#!/bin/bash
2+
13
echo "Using $(deno --version | head -1)"
24

3-
export RUST_BACKTRACE=1
5+
export DENO_UNSTABLE_SLOPPY_IMPORTS=true
46

5-
deno run --unstable-sloppy-imports --allow-read --allow-net --allow-env --no-npm tap/run-deno.ts
7+
deno run --allow-read --allow-net --allow-env tap/run-deno.ts

tap/import_map.json

-23
This file was deleted.

tap/run-deno.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import '../node_modules/qunit/qunit/qunit.js'
1+
import QUnit from 'qunit'
22
import run from './run.js'
33
import * as lib from '../src/index.js'
44

0 commit comments

Comments
 (0)