mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 18:13:38 +08:00
[test] add test for i18n currentLocale
This commit is contained in:
7
babel.config.js
Normal file
7
babel.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const config = {};
|
||||
|
||||
if (process.env.TEST_FRONTEND) {
|
||||
config.presets = ["@babel/preset-env"];
|
||||
}
|
||||
|
||||
module.exports = config;
|
Reference in New Issue
Block a user