UNPKG

react-redux-app-header

Version:

A boilerplate app header for your projects, with navigation and login / logout

8 lines (6 loc) 138 B
import expect from 'expect' describe('Test should run', ()=>{ it('Should load the component', ()=>{ expect(1+1).toBe(2); }); });