UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

9 lines (7 loc) 177 B
const _ = require('lodash') const Promise = require('bluebird') module.exports = (options) => { return Promise.try(() => { return _.toNumber(options.exitWithCode) }) }