UNPKG

@36node/template-service

Version:

A service boilerplate with openapi,rest and mongodb.

7 lines (5 loc) 115 B
import { add } from "./index"; test("calls math.add", () => { const res = add(1, 2); expect(res).toBe(3); });