import React from 'react' import { shallow } from 'enzyme' import { NavLink } from 'react-router-dom' import Nav from 'components/Nav' const defaultProps = { ticker: { currency: 'usd', crypto: 'btc' }, balance: {}, setCurrency: () => {}, currentTicker: {}, openPayForm: () => {}, openRequestForm: () => {} } describe('default elements', () => { const props = { ...defaultProps } const el = shallow(