UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 130 B
import add from './add' describe('add', () => { it('adds two numbers together', () => { expect(add(1, 1)).to.eq(2) }) })