UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

7 lines (5 loc) 201 B
// this file is used by the e2e project various_failures_spec.js // to test an error being thrown in a file outside the user's project module.exports = () => { throw new Error('An outside error') }