UNPKG

@_nu/cli

Version:

🛠️ Standard Tooling for nu-system component development

12 lines (8 loc) 233 B
import 'react'; import Adapter from 'enzyme-adapter-react-16'; import Enzyme from 'enzyme'; /** * Set up Enzyme to mount to DOM, simulate events, * and inspect the DOM in tests. */ Enzyme.configure({ adapter: new Adapter() });