UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

6 lines (5 loc) 113 B
module.exports = (on) => { on('before:spec', () => { throw new Error('error thrown in before:spec') }) }