UNPKG

es6-starter-kit

Version:

A pre-configured starter kit bundle to speed-up your development with ES6

7 lines (5 loc) 133 B
/* global test expect */ import add from '../src/add'; test('Adds 10 + 10 to equal 20', () => { expect(add(10, 10)).toBe(20); });