Removed test script and used jest directly instead

This commit is contained in:
Alejandro Celaya
2022-03-25 17:43:15 +01:00
parent 13bafdc924
commit 4d78949b8d
4 changed files with 2 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
import Enzyme from 'enzyme';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
Enzyme.configure({ adapter: new Adapter() });