vuejs / vue-test-utils-typescript-example

Example project using TypeScript, Jest + vue-test-utils together
61 stars 31 forks source link

Cannot find name 'describe'. #4

Closed dadabread888 closed 5 years ago

dadabread888 commented 5 years ago

Hi, I clone the sample and installed, it's alarming "Cannot find name 'describe'." Did I miss anything?

eddyerburgh commented 5 years ago

Did you install with npm?

Carsten64 commented 5 years ago

just go to the test file and import 'import 'jest';'

eddyerburgh commented 5 years ago

Thanks @Carsten64. Closed with 6df01bd762414001162a62ced746b2180e3b0070