Skip to content

Commit

Permalink
fix failed unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Sep 26, 2024
1 parent 358180d commit 2793988
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('QueryEditorExtensions', () => {
const defaultProps: QueryEditorExtensionsProps = {
componentContainer: document.createElement('div'),
bannerContainer: document.createElement('div'),
queryControlsContainer: document.createElement('div'),
language: 'Test-lang',
onSelectLanguage: jest.fn(),
isCollapsed: false,
Expand Down

0 comments on commit 2793988

Please sign in to comment.