UNPKG

jest-ratchet

Version:

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

13 lines (10 loc) 141 B
function add(x, y) { return x + y; } function subtract(x, y) { return x - y; } module.exports = { add: add, subtract: subtract, };