UNPKG

@thedavefulton/create-node-cli

Version:
6 lines (4 loc) 81 B
import { sum } from "./index"; test("sum", () => { expect(sum()).toBe(0); });