davidcalhoun/eslint-plugin-test-selectors

How to ignore empty value for `data-test-id`?

adeherysh opened this issue · 0 comments

How to ignore empty value for data-test-id ?

<button data-test-id="">Download</button>
<button data-test-id="download-button">Download</button>