import { api } from '../../mocks'

export const parseSchema = jest.fn(() => Promise.resolve(api))
