feat: Use plugins on config files (#18798)

Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
This commit is contained in:
Alejandro Estrada
2021-11-16 14:45:26 -05:00
committed by GitHub
parent 8a2acdcdfa
commit bb8251b752
259 changed files with 2657 additions and 2636 deletions
@@ -1 +1,5 @@
module.exports = {}
module.exports = {
'e2e': {
setupNodeEvents: 'foo',
},
}