UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

10 lines (7 loc) 265 B
import ModuleToTest from './src/ModuleToTest.js'; import expect from 'expect.js'; describe('sample rewires a function which is called before declaration. ', () => { it('should export Hello World', () =>{ expect(ModuleToTest).to.equal('Hello World!'); }); });