Added unit tests for settings business logic elements

This commit is contained in:
Alejandro Celaya
2020-04-25 10:22:17 +02:00
parent 41f885d8ec
commit 6a6c427b0e
4 changed files with 97 additions and 2 deletions

View File

@@ -4,7 +4,9 @@ import reducer, {
deleteServer,
listServers,
createServers,
FETCH_SERVERS, FETCH_SERVERS_START, editServer,
editServer,
FETCH_SERVERS,
FETCH_SERVERS_START,
} from '../../../src/servers/reducers/server';
describe('serverReducer', () => {