chore(deps-dev): bump eslint-plugin-jest-dom from 3.6.5 to 5.5.0 in /superset-frontend (#31217)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Li <joe@preset.io>
This commit is contained in:
dependabot[bot]
2024-12-20 14:45:07 -07:00
committed by GitHub
parent a275a86d12
commit ddd964e49a
21 changed files with 114 additions and 229 deletions

View File

@@ -54,7 +54,7 @@ describe('ExploreCtasResultsButton', () => {
it('renders', async () => {
const { queryByText } = setup({}, mockStore(initialState));
expect(queryByText('Explore')).toBeTruthy();
expect(queryByText('Explore')).toBeInTheDocument();
});
it('visualize results', async () => {