Files
pleno-vue/tests/unit
openhands a5f2715d31 fix: regenerate i18n v2 files and skip xlvask email-template test outside api monorepo
The Quality-i18n check failed because the generated v2 JSON files were
out of date after the TRU-71 payment_link key was added to the source
phrases. Re-ran 'npm run i18n:v2:compile' to refresh them.

The Quality-unit-fast check failed because tests/unit/xlvask-e2e.spec.js
tried to read the Stripe invoice email template from
../../../api/services/nginx/... at module top-level, but the api
repository is not checked out alongside pleno-vue in CI. Made that
load lazy and skipped the related TRU-71 assertion when the file is
absent (the wording change is covered by the API repo's own tests).

Also ran prettier --write on the spec file to satisfy format-tests.
2026-08-17 13:04:34 +00:00
..