[BUGFIX] Change configuration translation #183
Annotations
2 errors and 2 warnings
src/__tests__/components/SettingComponent.spec.js > SettingComponent.vue > # Test du dropdown > devrait rendre un menu déroulant et émettre l'événement 'setting-change' lors d'une modification avec traduction:
src/__tests__/components/SettingComponent.spec.js#L43
AssertionError: expected 'settings.values.option1' to be 'settingsValues.option1' // Object.is equality
- Expected
+ Received
- settingsValues.option1
+ settings.values.option1
❯ src/__tests__/components/SettingComponent.spec.js:43:45
|
vitest
Process completed with exit code 1.
|
vitest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vitest
No files were found with the provided path: ./test-results. No artifacts will be uploaded.
|