mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
fix viteset
This commit is contained in:
10
vitest.setup.js
Normal file
10
vitest.setup.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Vitest global setup file.
|
||||
* Loads English locale messages into i18n so that
|
||||
* translation calls return expected values in tests.
|
||||
*/
|
||||
import { i18n } from './src/plugin/i18n';
|
||||
|
||||
import en from './src/localization/en.json';
|
||||
|
||||
i18n.global.setLocaleMessage('en', en);
|
||||
Reference in New Issue
Block a user