mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-19 13:41:04 -05:00
4 lines
59 B
TypeScript
4 lines
59 B
TypeScript
export const helloWorld = () => {
|
|
return 'Hello World'
|
|
}
|