UNPKG

generator-npmsb

Version:

Generator for yeoman for npm scripts build workflow with coffeescript, karma, svg symbols and stuff

15 lines (12 loc) 293 B
import User from '../app/javascripts/index'; describe('true', () => { it('should be true', () => { expect(true).toEqual(true); }); }); // Modules works too! describe('new User', () => { it('should be able to say hi', () => { expect(new User().sayHi()).toEqual('Hi'); }); });