UNPKG

@computerrock/toolchain-react-app

Version:

The Formation Framework template for starting react app project.

7 lines (4 loc) 157 B
'use strict'; const Enzyme = require('enzyme'); const Adapter = require('@wojtekmaj/enzyme-adapter-react-17'); Enzyme.configure({adapter: new Adapter()});