mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 17:50:01 -06:00
4 lines
59 B
TypeScript
4 lines
59 B
TypeScript
export const helloWorld = () => {
|
|
return 'Hello World'
|
|
}
|