🐛(react) make DatePicker's tests no longer depend on the user's locale

Refactor tests to enhance simplicity and clarity by introducing
expected string values. This improvement is particularly relevant
for focused months and focused year scenarios. Consequently, the
tests no longer depend on the user's locale.
This commit is contained in:
Lebaud Antoine
2023-07-12 22:00:21 +02:00
committed by aleb_the_flash
parent c35cc603a7
commit 2cd8c6e843
2 changed files with 31 additions and 52 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
Refactor DatePicker's tests which no longer depend on the user's locale.