about summary refs log tree commit diff
path: root/__mocks__/zeego/dropdown-menu.js
blob: 1d51addca9c6d82175a034a16e9fa0c0efb939fa (plain) (blame)
1
2
export const DropdownMenu = jest.fn().mockImplementation(() => {})
export const create = jest.fn().mockImplementation(() => {})