UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 163 B
const semver = require('semver') module.exports = (on, config) => { if (!semver.valid(config.version)) { throw new Error('config.version is invalid') } }