Skip to content

Commit 5ebe0d3

Browse files
committed
update fixture
1 parent 7e8006e commit 5ebe0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/scc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ExportMapBuilder from '../../src/exportMap/builder';
66
function exportMapFixtureBuilder(path, imports) {
77
return {
88
path,
9-
imports: new Map(imports.map((imp) => [imp.path, { getter: () => imp }])),
9+
imports: new Map(imports.map((imp) => [imp.path, { getter: () => imp, declarations: [{ isOnlyImportingTypes: false }] }])),
1010
};
1111
}
1212

0 commit comments

Comments
 (0)