Repository URL to install this package:
|
Version:
5.0.0 ▾
|
/**
* @see https://github.com/wmonk/create-react-app-typescript/issues/185
*/
import { configure } from 'enzyme'
import * as adapter from 'enzyme-adapter-react-16'
const Adapter = ((adapter as any).default || adapter) as any
try {
configure({ adapter: new Adapter() })
} catch (yarnWorkspaceException) {
console.warn('could not setup enzyme')
// console.error(yarnWorkspaceException)
}