3 lines
128 B
JavaScript
3 lines
128 B
JavaScript
|
export const DropdownMenu = jest.fn().mockImplementation(() => {})
|
||
|
export const create = jest.fn().mockImplementation(() => {})
|