UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

11 lines (8 loc) 284 B
const { startDevServer } = require('@cypress/rollup-dev-server') const rollupConfig = require('../rollup.config.js').default module.exports = (on, config) => { on('dev-server:start', async (options) => { return startDevServer({ options, rollupConfig }) }) return config }