mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 11:32:15 -05:00
feat: Use plugins on config files (#18798)
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8a2acdcdfa
commit
bb8251b752
@@ -1 +1,5 @@
|
||||
module.exports = {}
|
||||
module.exports = {
|
||||
'e2e': {
|
||||
setupNodeEvents: 'foo',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user