Fixed Tests
This commit is contained in:
Родитель
3b1ad0ed2a
Коммит
bb65348a98
|
@ -1,7 +1,7 @@
|
|||
const config = require('../config');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const shell = require('shelljs');
|
||||
const config = require('../config');
|
||||
|
||||
const localeDir = path.join(__dirname, '../locale');
|
||||
const templateDir = path.join(localeDir, 'templates/LC_MESSAGES');
|
||||
|
@ -27,4 +27,4 @@ for (lang of supportedLangs) {
|
|||
throw e;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
langs: [
|
||||
'en-US'
|
||||
]
|
||||
}
|
||||
'en-US',
|
||||
],
|
||||
};
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
"probe-image-size": "3.2.0",
|
||||
"relaxed-json": "1.0.1",
|
||||
"semver": "5.4.1",
|
||||
"shelljs": "0.7.8",
|
||||
"source-map-support": "0.4.18",
|
||||
"strip-bom-stream": "3.0.0",
|
||||
"whatwg-url": "6.3.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче