-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Labels
Description
DOM Testing Library
version: 6.11.1node
version: v13.3.0npm
(oryarn
) version: 6.13.6
Relevant code or config:
test('test the debug helper prints the dom state here', () => { |
What you did:
I was running npm run lint
on repo pulled down from a fork of git@github.com:testing-library/dom-testing-library.git
What happened:
The warning 680:6 warning should not have duplicate prefix jest/valid-title
gets return from the console
Reproduction:
Problem description:
- Open terminal / shell and run
git clone git@github.com:testing-library/dom-testing-library.git
- Go into the clone repo
cd dom-testing-library
- Install all dependencies
npm install
- Run lint on the repo
npm run lint
- The warning should show on the command prompt
Suggested solution:
Remove the word test
from the description