Migrated ForServerVersion test from enzyme to react testing library

This commit is contained in:
Alejandro Celaya
2022-05-02 18:58:57 +02:00
parent c00aaa9018
commit 0de8eb1568
3 changed files with 17 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ import ImportServersBtn from '../helpers/ImportServersBtn';
import { resetSelectedServer, selectServer } from '../reducers/selectedServer';
import { createServer, createServers, deleteServer, editServer, setAutoConnect } from '../reducers/servers';
import { fetchServers } from '../reducers/remoteServers';
import ForServerVersion from '../helpers/ForServerVersion';
import { ForServerVersion } from '../helpers/ForServerVersion';
import { ServerError } from '../helpers/ServerError';
import { ConnectDecorator } from '../../container/types';
import { withoutSelectedServer } from '../helpers/withoutSelectedServer';