UNPKG

react-google-charts-with-key

Version:

temporary package as a fix to react-google-charts to add maps apiKey

13 lines (9 loc) 317 B
/* eslint-disable import/no-extraneous-dependencies */ /* eslint-disable no-undef */ import React from 'react'; import ReactDOM from 'react-dom'; import Chart from '../src/components/Chart'; it('renders without crashing', () => { const div = document.createElement('div'); ReactDOM.render(<Chart />, div); });