Skip to content

Commit

Permalink
chore(test): fix compile-time errors
Browse files Browse the repository at this point in the history
Post-rebase fix
  • Loading branch information
vvagaytsev committed May 13, 2024
1 parent 7200ebb commit 754030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/unit/src/actions/action-configs-to-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ describe("actionConfigsToGraph", () => {
spec: {},
},
],
moduleGraph: new ModuleGraph([], {}),
moduleGraph: new ModuleGraph({ modules: [], moduleTypes: {} }),
actionModes: {},
linkedSources: {},
})
Expand Down

0 comments on commit 754030e

Please sign in to comment.