You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try npm i --save-dev @types/jest or npm i --save-dev @types/mocha.
#555
Open
stevemarksd opened this issue
Apr 8, 2022
· 3 comments
I'm getting this error error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try npm i --save-dev @types/jestornpm i --save-dev @types/mocha..
I installed @types/karma (which was not mentioned in the readme) and I still have these errors.
I would hope the readme could be a ready solution that just works out of the box, at the moment doesn't work without tweaks.
The text was updated successfully, but these errors were encountered:
Hi
I'm getting this error
error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try
npm i --save-dev @types/jestor
npm i --save-dev @types/mocha.
.I installed
@types/karma
(which was not mentioned in the readme) and I still have these errors.I would hope the readme could be a ready solution that just works out of the box, at the moment doesn't work without tweaks.
The text was updated successfully, but these errors were encountered: