svelte-typescript
svelte-typescript copied to clipboard
Why don't you use TypeScript for cypress tests?
cypress ships with TypeScript declarations and supports it (according to their website). Why isn't it used?
The solution being adding a tsconfig.json
in the cypress
folder as well as change .js
extensions to .ts
.
EDIT: I can submit a PR if you want.