UNPKG

react-component-webpack-npm-boilerplate

Version:

standalone react component package boilerplate with front-end mocha test

9 lines (7 loc) 168 B
import MyComponent from '../src/index' import $ from 'jquery' describe('MyComponent', function() { it('should render', function() { chai.assert(true); }); });