This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch feat-granular-theming
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 052724a578d88cb31c35423984afafd55f908e97
Author: Evan Rusackas <[email protected]>
AuthorDate: Thu Dec 18 13:03:29 2025 -0800

    fix: import jest-dom for toBeInTheDocument matcher
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
---
 .../components/ComponentThemeProvider/ComponentThemeProvider.test.tsx    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/superset-frontend/src/dashboard/components/ComponentThemeProvider/ComponentThemeProvider.test.tsx
 
b/superset-frontend/src/dashboard/components/ComponentThemeProvider/ComponentThemeProvider.test.tsx
index f58ae20bbdf..a9fe10c75c0 100644
--- 
a/superset-frontend/src/dashboard/components/ComponentThemeProvider/ComponentThemeProvider.test.tsx
+++ 
b/superset-frontend/src/dashboard/components/ComponentThemeProvider/ComponentThemeProvider.test.tsx
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+import '@testing-library/jest-dom';
 import { ReactNode } from 'react';
 import { render, screen, waitFor, act, configure } from 
'@testing-library/react';
 import { renderHook } from '@testing-library/react-hooks';

Reply via email to