We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4de8db commit 08d1bd2Copy full SHA for 08d1bd2
tap/.deno.sh
@@ -1,5 +1,7 @@
1
+#!/bin/bash
2
+
3
echo "Using $(deno --version | head -1)"
4
-export RUST_BACKTRACE=1
5
+export DENO_UNSTABLE_SLOPPY_IMPORTS=true
6
-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
tap/run-deno.ts
@@ -1,4 +1,4 @@
-import '../node_modules/qunit/qunit/qunit.js'
+import QUnit from 'qunit'
import run from './run.js'
import * as lib from '../src/index.js'
0 commit comments