Files
cypress/system-tests/projects/plugins-root-async-error/cypress.config.js
2022-01-07 10:47:36 -07:00

10 lines
137 B
JavaScript

setTimeout(() => {
throw new Error('Root async error from config file')
})
module.exports = {
e2e: {
supportFile: false,
},
}