export const usePlugin = jest.fn();

export const withPlugin = jest.fn((component) => component);
