Added setup tests file & react lazy loading + suspense.
This commit is contained in:
4
client/src/setupTest.js
Normal file
4
client/src/setupTest.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { configure } from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
|
||||
configure({ adapter: new Adapter() });
|
||||
Reference in New Issue
Block a user