UNPKG
@revoloo/cypress6
Version:
latest (1.0.0)
1.0.0
Cypress.io end to end testing tool
github.com/cypress-io/cypress
cypress-io/cypress
@revoloo/cypress6
/
packages
/
server
/
lib
/
gui
/
package.js
11 lines
(9 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
_ =
require
(
'lodash'
)
const
Promise
=
require
(
'bluebird'
)
const
json =
require
(
'@packages/root'
)
module
.
exports
=
(
options
) =>
{
return
Promise
.
resolve
(
//
TODO:
omit anything from options which is a function
_.
extend
({}, options, _.
pick
(json,
'version'
)), ) }