mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
fix spec failures
This commit is contained in:
@@ -54,7 +54,7 @@ describe('lib/plugins/child/run_require_async_child', () => {
|
||||
it('sends the serialized error via ipc on process uncaughtException', function () {
|
||||
process.on.withArgs('uncaughtException').yield(this.err)
|
||||
|
||||
expect(this.ipc.send).to.be.calledWith('childProcess:uncaughtError', this.err)
|
||||
expect(this.ipc.send).to.be.calledWith('childProcess:unhandledError', this.err)
|
||||
})
|
||||
|
||||
it('sends the serialized error via ipc on process unhandledRejection', function () {
|
||||
|
||||
Reference in New Issue
Block a user