github-pages-deploy-action/node_modules/eslint-plugin-jsx-a11y/__mocks__/JSXTextMock.js
2020-03-06 22:45:40 -05:00

11 lines
136 B
JavaScript

/**
* @flow
*/
export default function JSXTextMock(value: string) {
return {
type: 'JSXText',
value,
raw: value,
};
}