Skip to content

Commit

Permalink
fix test using overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Jan 16, 2025
1 parent f4ac97c commit bfdfe40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ErrorOverlayLayout } from './error-overlay-layout'
import '@testing-library/jest-dom'

// Mock maintain--tab-focus module
jest.mock('../../../components/Overlay/maintain--tab-focus', () => ({
jest.mock('../../../components/overlay/maintain--tab-focus', () => ({
__esModule: true,
default: jest.fn(() => ({
disengage: jest.fn(),
Expand Down

0 comments on commit bfdfe40

Please sign in to comment.