mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
f0adc7b06f
Revert changes to scaffold_spec snapshot
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
module.exports = {
|
|
run (options) {
|
|
// eslint-disable-next-line no-console
|
|
console.log(options.pong)
|
|
|
|
return options.pong
|
|
},
|
|
}
|