UNPKG

eth-typed-data

Version:

A library to simplifiy interacting with and signing EIP712 typed data

10 lines (8 loc) 248 B
import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; it('renders without crashing', () => { const div = document.createElement('div'); ReactDOM.render(<App />, div); ReactDOM.unmountComponentAtNode(div); });