mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 12:01:06 -05:00
41272643aa
* chore: add a private method on Cypress that tracks whether source maps are enabled * refactor * oops * refactor
11 lines
149 B
JavaScript
11 lines
149 B
JavaScript
module.exports = {
|
|
e2e: {
|
|
supportFile: false,
|
|
setupNodeEvents (on, config) {
|
|
},
|
|
},
|
|
env: {
|
|
areSourceMapsAvailable: true,
|
|
},
|
|
}
|