1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Fix more tests

This commit is contained in:
Michael Telatynski
2019-12-17 11:47:01 +00:00
parent ab3fb6581b
commit e6d8487302
11 changed files with 42 additions and 884 deletions

4
test/setupTests.js Normal file
View File

@ -0,0 +1,4 @@
import * as languageHandler from "../src/languageHandler";
languageHandler.setLanguage('en');
languageHandler.setMissingEntryGenerator(key => key.split("|", 2)[1]);