remove initCOnfig in tests because useless
This commit is contained in:
parent
7cab30f4df
commit
10f55910d2
|
@ -189,9 +189,6 @@ class Cmd {
|
||||||
.description(__('run tests'))
|
.description(__('run tests'))
|
||||||
.action(function (file, options) {
|
.action(function (file, options) {
|
||||||
i18n.setOrDetectLocale(options.locale);
|
i18n.setOrDetectLocale(options.locale);
|
||||||
embark.initConfig('development', {
|
|
||||||
embarkConfig: 'embark.json', interceptLogs: false
|
|
||||||
});
|
|
||||||
embark.runTests(file);
|
embark.runTests(file);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue