UNPKG

react-google-map-street-view

Version:
16 lines (14 loc) 392 B
// import React from 'react'; // import { // renderIntoDocument, // findRenderedDOMComponentWithClass, // findRenderedDOMComponentWithTag, // Simulate // } from 'react-addons-test-utils'; import { expect } from 'chai'; describe('Boilerplate', function () { it('should do boilerplate things', function () { // TODO: test something now expect(true).to.equal(true); }); });