remove initCOnfig in tests because useless

This commit is contained in:
Jonathan Rainville 2018-06-01 13:30:08 -04:00
parent f3d55f6742
commit 61a518f569
1 changed files with 0 additions and 3 deletions

View File

@ -189,9 +189,6 @@ class Cmd {
.description(__('run tests'))
.action(function (file, options) {
i18n.setOrDetectLocale(options.locale);
embark.initConfig('development', {
embarkConfig: 'embark.json', interceptLogs: false
});
embark.runTests(file);
});
}