Migrated Home test to react testing library

This commit is contained in:
Alejandro Celaya
2022-05-03 20:15:22 +02:00
parent bc3bc8dd8a
commit 29182ae349
3 changed files with 27 additions and 35 deletions

View File

@@ -2,7 +2,7 @@ import axios from 'axios';
import Bottle from 'bottlejs';
import ScrollToTop from '../ScrollToTop';
import MainHeader from '../MainHeader';
import Home from '../Home';
import { Home } from '../Home';
import MenuLayout from '../MenuLayout';
import AsideMenu from '../AsideMenu';
import { ErrorHandler } from '../ErrorHandler';