mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
add missing option
This commit is contained in:
parent
854fa0deb0
commit
2e324484d4
@ -180,7 +180,7 @@ class Cmd {
|
||||
.command('test [file]')
|
||||
.option('--locale [locale]', __('language to use (default: en)'))
|
||||
.description(__('run tests'))
|
||||
.action(function (file) {
|
||||
.action(function (file, options) {
|
||||
i18n.setOrDetectLocale(options.locale);
|
||||
embark.initConfig('development', {
|
||||
embarkConfig: 'embark.json', interceptLogs: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user