mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-27 01:18:56 -06:00
Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Zach Bloomquist <github@chary.us>
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
// immediately cause an error
|
|
baz.quux()
|
|
|
|
// test setTimeout too
|
|
// setTimeout(function(){
|
|
// baz.quux2()
|
|
// }, 1000)
|