mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-06 06:49:18 -06:00
working through mapping error cases from develop
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
e2e: {
|
||||
supportFile: false,
|
||||
setupNodeEvents (on, config) {
|
||||
const err = new Error('Function sync error from plugins file')
|
||||
|
||||
err.name = 'FunctionSyncError'
|
||||
|
||||
throw err
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,7 +0,0 @@
|
||||
module.exports = (on, config) => {
|
||||
const err = new Error('Function sync error from plugins file')
|
||||
|
||||
err.name = 'FunctionSyncError'
|
||||
|
||||
throw err
|
||||
}
|
||||
Reference in New Issue
Block a user