Skip to content

Commit

Permalink
update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
soryy708 committed Aug 23, 2024
1 parent 7e8006e commit 5ebe0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/scc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ExportMapBuilder from '../../src/exportMap/builder';
function exportMapFixtureBuilder(path, imports) {
return {
path,
imports: new Map(imports.map((imp) => [imp.path, { getter: () => imp }])),
imports: new Map(imports.map((imp) => [imp.path, { getter: () => imp, declarations: [{ isOnlyImportingTypes: false }] }])),
};
}

Expand Down

0 comments on commit 5ebe0d3

Please sign in to comment.