svelte-typescript icon indicating copy to clipboard operation
svelte-typescript copied to clipboard

Why don't you use TypeScript for cypress tests?

Open JakubKoralewski opened this issue 5 years ago • 0 comments

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.

JakubKoralewski avatar Dec 25 '19 17:12 JakubKoralewski