Skip to content

Commit

Permalink
Fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 14, 2022
1 parent 3da16f3 commit a1d0072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('Dashboard state diff function', () => {
useMargins: true,
syncColors: undefined,
syncTooltips: undefined,
syncCursor: undefined,
syncCursor: true,
} as unknown as DashboardOptions,
})
).toEqual([]);
Expand Down

0 comments on commit a1d0072

Please sign in to comment.