UNPKG

eslint-plugin-react-require-testid

Version:

This ESLint plugin helps ensure that React components have the necessary testID attribute, which is crucial for effective testing of React applications.

6 lines 106 B
module.exports = { plugins: ['testid'], rules: { 'testid-missing': 'error', }, };