Migrated App test to react testing library

This commit is contained in:
Alejandro Celaya
2022-05-03 17:36:34 +02:00
parent e6f9003fb6
commit 9784cbb3ac
6 changed files with 53 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
import { shallow, ShallowWrapper } from 'enzyme';
import { Link } from 'react-router-dom';
import NotFound from '../../src/common/NotFound';
import { NotFound } from '../../src/common/NotFound';
import { SimpleCard } from '../../src/utils/SimpleCard';
describe('<NotFound />', () => {