litelement-website icon indicating copy to clipboard operation
litelement-website copied to clipboard

Cannot find name 'cy'

Open Canuckaholic opened this issue 3 years ago • 2 comments

I've cloned the repo and followed the instructions, but for any command that I try to run I get an error similar to

cypress/integration/about.spec.ts(4,5): error TS2304: Cannot find name 'cy'.

Canuckaholic avatar Mar 23 '21 02:03 Canuckaholic

It was a tsconfig.json file issue. It's fixed now and I added instructions to run E2E tests on the README file.

luixaviles avatar Sep 10 '21 23:09 luixaviles

Hi, how can I run & watch -> i noticed that changes only work when i use : npm run start:build <- however this is not watching any changes. Kind regards

kappa-london avatar Oct 02 '21 16:10 kappa-london