Fixed tests

This commit is contained in:
Alejandro Celaya
2022-02-14 20:04:38 +01:00
parent f24c8052a9
commit ae9e5a0566
3 changed files with 17 additions and 4 deletions

View File

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