parent
30c963a5f0
commit
61a1c93f0f
89 changed files with 15859 additions and 2 deletions
4
client/tests/enzyme_setup.js
Normal file
4
client/tests/enzyme_setup.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { configure } from "enzyme";
|
||||
import Adapter from "enzyme-adapter-react-15";
|
||||
|
||||
configure({ adapter: new Adapter() });
|
Loading…
Add table
Add a link
Reference in a new issue