Skip to content

Commit 6bc9dc1

Browse files
nicolo-ribaudoptomato
authored andcommitted
Remove accidental import declaration
1 parent d4c2fa0 commit 6bc9dc1

File tree

1 file changed

+0
-1
lines changed
  • test/language/expressions/dynamic-import/import-defer/sync-dependency-of-deferred-async-module

1 file changed

+0
-1
lines changed

test/language/expressions/dynamic-import/import-defer/sync-dependency-of-deferred-async-module/main.js

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ includes: [compareArray.js]
6464
---*/
6565

6666
import "./setup_FIXTURE.js";
67-
import defer * as ns from "./imports-tla-with-dep_FIXTURE.js";
6867

6968
import.defer("./imports-tla-with-dep_FIXTURE.js").then(ns => {
7069
assert.compareArray(

0 commit comments

Comments
 (0)