MM-51735 Remove references to mattermost-redux from Boards (#22694)

* MM-51735 Remove references to mattermost-redux from Boards

* Fix styling and remove debug comments

* Update Playbooks Jest config to point to mattermost-redux correctly
Этот коммит содержится в:
Harrison Healey
2023-03-28 15:36:04 -04:00
коммит произвёл GitHub
родитель 1cbfef65f1
Коммит fb2dac307b
8 изменённых файлов: 100 добавлений и 624 удалений

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

@@ -9,6 +9,7 @@ const config = {
'^@mattermost/(components)$': '<rootDir>/../platform/$1/src',
'^@mattermost/(client)$': '<rootDir>/../platform/$1/src',
'^@mattermost/(types)/(.*)$': '<rootDir>/../platform/$1/src/$2',
'^mattermost-redux/(.*)$': '<rootDir>/../channels/src/packages/mattermost-redux/src/$1',
'^reselect$': '<rootDir>/../channels/src/packages/reselect/src',
'^src/(.*)$': '<rootDir>/src/$1',
},