UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

4 lines (3 loc) 109 B
export const asyncGreeting = async (greeting: string) => { return Promise.resolve(`Hello, ${greeting}!`) }