UNPKG

a2r

Version:
4 lines (3 loc) 88 B
export default test('adds 1 + 2 to equal 3', (): void => { expect(1 + 2).toBe(3); });