mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 14:09:46 -06:00
10 lines
137 B
JavaScript
10 lines
137 B
JavaScript
setTimeout(() => {
|
|
throw new Error('Root async error from config file')
|
|
})
|
|
|
|
module.exports = {
|
|
e2e: {
|
|
supportFile: false,
|
|
},
|
|
}
|