mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
use different i18n module for tests
This commit is contained in:
parent
0c700cc36d
commit
a04bf4c045
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import i18n from '../../../common/script/src/i18n';
|
||||
import i18n from '../../../common/script/i18n';
|
||||
i18n.translations = require('../../../website/src/libs/api-v3/i18n').translations;
|
||||
|
||||
// Use this to verify error messages returned by the server
|
||||
|
|
@ -16,4 +16,3 @@ export function translate (key, variables) {
|
|||
|
||||
return translatedString;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue