Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 4 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | const Enzyme = require('enzyme'); |
||
2 | const Adapter = require('enzyme-adapter-react-16'); |
||
3 | |||
4 | Enzyme.configure({ adapter: new Adapter() }); |
||
5 |