UNPKG

jest-ratchet

Version:

Ratchet up code coverage - keep test coverage going only one direction -- up

8 lines (6 loc) 142 B
var math = require('./index'); describe('Test', function() { test('Add 1 plus 1', function() { expect(math.add(1, 1)).toBe(2); }) })