mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 10:19:26 -05:00
f0adc7b06f
Revert changes to scaffold_spec snapshot
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
const Promise = require('bluebird')
|
|
const pkg = require('@packages/root')
|
|
|
|
module.exports = () => {
|
|
return Promise.resolve(pkg)
|
|
}
|