vitest/test/watch/fixtures/example.ts
2023-02-28 14:56:55 +01:00

4 lines
59 B
TypeScript

export function getHelloWorld() {
return 'Hello world'
}