GoScrobble/web/node_modules/eslint-plugin-jsx-a11y/__mocks__/IdentifierMock.js

7 lines
107 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
export default function IdentifierMock(ident) {
return {
type: 'Identifier',
name: ident,
};
}