Created settings page and reducers to handle real-time updates config

This commit is contained in:
Alejandro Celaya
2020-04-25 09:49:54 +02:00
parent 7516ca8dd9
commit 41f885d8ec
9 changed files with 131 additions and 18 deletions

View File

@@ -21,6 +21,7 @@ describe('<App />', () => {
const routes = wrapper.find(Route);
const expectedPaths = [
'/',
'/settings',
'/server/create',
'/server/:serverId/edit',
'/server/:serverId',