UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (10 loc) 276 B
import './setup' const outsideError = require('../../../../server/test/support/fixtures/projects/todos/throws-error') describe('exception failures', () => { it('in spec file', () => { ({}).bar() }) it('in file outside project', () => { outsideError() }) })