lint(tests): add testing library lint plugin
parent
a58550e2
No related branches found
No related tags found
Showing
- .eslintrc.js 10 additions, 1 deletion.eslintrc.js
- package.json 1 addition, 0 deletionspackage.json
- src/components/Action/ActionOnGoing/ActionOnGoing.spec.tsx 1 addition, 1 deletionsrc/components/Action/ActionOnGoing/ActionOnGoing.spec.tsx
- src/components/Analysis/ElecHalfHourMonthlyAnalysis/ElecHalfHourMonthlyAnalysis.spec.tsx 2 additions, 2 deletions...fHourMonthlyAnalysis/ElecHalfHourMonthlyAnalysis.spec.tsx
- src/components/Challenge/ChallengeCardUnlocked/ChallengeCardUnlocked.spec.tsx 1 addition, 1 deletion...enge/ChallengeCardUnlocked/ChallengeCardUnlocked.spec.tsx
- src/components/Connection/SGEConnect/StepAddress.spec.tsx 7 additions, 3 deletionssrc/components/Connection/SGEConnect/StepAddress.spec.tsx
- src/components/Consumption/WaterPricing/WaterPricing.spec.tsx 1 addition, 1 deletion...components/Consumption/WaterPricing/WaterPricing.spec.tsx
- src/components/Ecogesture/EcogestureInitModal/EcogestureInitModal.spec.tsx 2 additions, 2 deletions...ogesture/EcogestureInitModal/EcogestureInitModal.spec.tsx
- src/components/EcogestureSelection/EcogestureSelectionDetail/EcogestureSelectionDetail.spec.tsx 24 additions, 8 deletions...gestureSelectionDetail/EcogestureSelectionDetail.spec.tsx
- src/components/Header/Header.spec.tsx 2 additions, 2 deletionssrc/components/Header/Header.spec.tsx
- src/components/WelcomeModal/WelcomeModal.spec.tsx 6 additions, 3 deletionssrc/components/WelcomeModal/WelcomeModal.spec.tsx
- yarn.lock 74 additions, 2 deletionsyarn.lock
... | ... | @@ -118,6 +118,7 @@ |
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "7.37.1", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"eslint-plugin-testing-library": "^6.4.0", | ||
"git-directory-deploy": "1.5.1", | ||
"jest-canvas-mock": "^2.4.0", | ||
"jest-junit": "^16.0.0", | ||
... | ... |
Please register or sign in to comment