Commits on Source (5)
-
Bastien DUMONT authored
-
Bastien DUMONT authored
-
Bastien DUMONT authored
lint(tests): add testing library lint plugin See merge request !1280
-
Bastien DUMONT authored
-
Bastien DUMONT authored
lint(tests): remove unnecessary act See merge request !1281
Showing
- .eslintrc.js 7 additions, 1 deletion.eslintrc.js
- package.json 4 additions, 3 deletionspackage.json
- src/components/Action/ActionBegin/ActionBegin.spec.tsx 2 additions, 4 deletionssrc/components/Action/ActionBegin/ActionBegin.spec.tsx
- src/components/Action/ActionCard/ActionCard.spec.tsx 2 additions, 4 deletionssrc/components/Action/ActionCard/ActionCard.spec.tsx
- src/components/Action/ActionChoose/ActionChoose.spec.tsx 2 additions, 6 deletionssrc/components/Action/ActionChoose/ActionChoose.spec.tsx
- src/components/Action/ActionDone/ActionDone.spec.tsx 2 additions, 4 deletionssrc/components/Action/ActionDone/ActionDone.spec.tsx
- src/components/Action/ActionModal/ActionModal.spec.tsx 2 additions, 4 deletionssrc/components/Action/ActionModal/ActionModal.spec.tsx
- src/components/Action/ActionOnGoing/ActionOnGoing.spec.tsx 3 additions, 5 deletionssrc/components/Action/ActionOnGoing/ActionOnGoing.spec.tsx
- src/components/Analysis/Comparison/Comparison.spec.tsx 5 additions, 9 deletionssrc/components/Analysis/Comparison/Comparison.spec.tsx
- src/components/Analysis/Comparison/FluidPerformanceIndicator.spec.tsx 3 additions, 7 deletions...ts/Analysis/Comparison/FluidPerformanceIndicator.spec.tsx
- src/components/Analysis/Comparison/TemperatureComparison.spec.tsx 4 additions, 6 deletions...onents/Analysis/Comparison/TemperatureComparison.spec.tsx
- src/components/Analysis/Comparison/TemperatureComparisonModal/TemperatureComparisonModal.spec.tsx 2 additions, 4 deletions...ratureComparisonModal/TemperatureComparisonModal.spec.tsx
- src/components/Analysis/Comparison/__snapshots__/FluidPerformanceIndicator.spec.tsx.snap 10 additions, 1 deletion...son/__snapshots__/FluidPerformanceIndicator.spec.tsx.snap
- src/components/Analysis/ElecHalfHourMonthlyAnalysis/ElecHalfHourMonthlyAnalysis.spec.tsx 5 additions, 7 deletions...fHourMonthlyAnalysis/ElecHalfHourMonthlyAnalysis.spec.tsx
- src/components/Analysis/MaxConsumptionCard/MaxConsumptionCard.spec.tsx 5 additions, 13 deletions...s/Analysis/MaxConsumptionCard/MaxConsumptionCard.spec.tsx
- src/components/Analysis/ProfileComparator/ProfileComparator.spec.tsx 2 additions, 4 deletions...nts/Analysis/ProfileComparator/ProfileComparator.spec.tsx
- src/components/Challenge/ChallengeCardDone/ChallengeCardDone.spec.tsx 2 additions, 4 deletions...ts/Challenge/ChallengeCardDone/ChallengeCardDone.spec.tsx
- src/components/Challenge/ChallengeCardLast/ChallengeCardLast.spec.tsx 2 additions, 4 deletions...ts/Challenge/ChallengeCardLast/ChallengeCardLast.spec.tsx
- src/components/Challenge/ChallengeCardUnlocked/ChallengeCardUnlocked.spec.tsx 8 additions, 12 deletions...enge/ChallengeCardUnlocked/ChallengeCardUnlocked.spec.tsx
- src/components/Charts/Bar.spec.tsx 2 additions, 4 deletionssrc/components/Charts/Bar.spec.tsx
... | ... | @@ -86,9 +86,9 @@ |
"devDependencies": { | ||
"@babel/preset-typescript": "^7.7.4", | ||
"@eslint-react/eslint-plugin": "^1.14.3", | ||
"@testing-library/dom": "^9.3.3", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.3.0", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.0.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/d3": "^7.4.3", | ||
"@types/file-saver": "^2.0.5", | ||
... | ... | @@ -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", | ||
... | ... |