UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (8 loc) 197 B
describe('should not hang when an error is thrown in a before() block', () => { before(() => { expect(true).to.be.false }) after(() => {}) it('has a test') it('has another test') })