UNPKG

@postlight/node-typescript-starter-kit

Version:
6 lines (4 loc) 92 B
import add from './index'; test('basic test', () => { expect(add(2, 4, 6)).toBe(12); });