1
0
Fork 0
blog/.jest/__mocks__/svgr-mock.js

7 lines
173 B
JavaScript

import React from 'react'
export default 'SvgrURL'
const SvgrMock = React.forwardRef((props, ref) => <span ref={ref} {...props} />)
export const ReactComponent = SvgrMock