UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

9 lines (7 loc) 210 B
/// <reference types="cypress" /> import { asyncGreeting } from './greeting' export default (on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions) => { on('task', { hello: asyncGreeting, }) }