PLT-6445 Migrate add_command.jsx to be pure and use Redux (#6804)

* Migrate add_command.jsx to be pure and use redux

* Add basic test for AddCommand component
Этот коммит содержится в:
94117nl
2017-07-04 07:58:45 -05:00
коммит произвёл Harrison Healey
родитель 0b112999b5
Коммит 29b98ec383
5 изменённых файлов: 495 добавлений и 43 удалений

Просмотреть файл

@@ -74,7 +74,7 @@ export default {
{
path: 'add',
getComponents: (location, callback) => {
System.import('components/integrations/components/add_command.jsx').then(RouteUtils.importComponentSuccess(callback));
System.import('components/integrations/components/add_command').then(RouteUtils.importComponentSuccess(callback));
}
},
{