UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 142 B
it('is a test', () => { const [a, b] = [1, 2] expect(a).to.equal(1) expect(b).to.equal(2) expect(Math.min(...[3, 4])).to.equal(3) })