summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/test/dynamic-import.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/deno/test/dynamic-import.test.ts')
-rw-r--r--packages/integrations/deno/test/dynamic-import.test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/deno/test/dynamic-import.test.ts b/packages/integrations/deno/test/dynamic-import.test.ts
index 5b8cd043a..1562a5771 100644
--- a/packages/integrations/deno/test/dynamic-import.test.ts
+++ b/packages/integrations/deno/test/dynamic-import.test.ts
@@ -1,6 +1,6 @@
-import { DOMParser } from "https://deno.land/x/deno_dom@v0.1.35-alpha/deno-dom-wasm.ts";
-import { assert, assertEquals } from "https://deno.land/std@0.158.0/testing/asserts.ts";
-import { StartServerCallback, runBuildAndStartAppFromSubprocess } from "./helpers.ts";
+import { DOMParser } from 'https://deno.land/x/deno_dom@v0.1.35-alpha/deno-dom-wasm.ts';
+import { assert, assertEquals } from 'https://deno.land/std@0.158.0/testing/asserts.ts';
+import { StartServerCallback, runBuildAndStartAppFromSubprocess } from './helpers.ts';
async function startApp(cb: StartServerCallback) {
await runBuildAndStartAppFromSubprocess('./fixtures/dynimport/', cb);