Skip to content

Commit

Permalink
fix: adjusts unit test accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Nov 18, 2023
1 parent 3760e96 commit 4772d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/report/dot/theming.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe("[U] report/dot/theming - determineModuleColors - default theme", () =>
{ couldNotResolve: true },
theming.normalizeTheme({}).modules,
),
{ color: "red", fontcolor: "red" },
{},
);
});

Expand Down

0 comments on commit 4772d37

Please sign in to comment.