fix(client): apply i18n prefix to test-runner (#62523)

This commit is contained in:
Oliver Eyton-Williams
2025-10-10 07:48:27 +02:00
committed by GitHub
parent f6db89fdbc
commit f5361f4341
3 changed files with 9 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
const envData = require('../../config/env.json');
const { clientLocale } = envData;
exports.pathPrefix = clientLocale === 'english' ? '' : '/' + clientLocale;