UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

7 lines (5 loc) 147 B
/* eslint-disable no-console */ const add = (a: number, b: number) => { return a + b } console.assert(add(10, 2) === 12, '10 + 2 should be 12')