Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property clearImmediate #105

Closed
artigat1 opened this issue Dec 19, 2017 · 4 comments
Closed

Cannot read property clearImmediate #105

artigat1 opened this issue Dec 19, 2017 · 4 comments

Comments

@artigat1
Copy link

I'm trying to add Jest to a brand new angular CLI generated app. I've followed all the setup instructions on the page, but just get the following when I try to run:

image

This is my Angular CLI setup

image

Any help would be appreciated...

@thymikee
Copy link
Owner

Use Jest 21, Jest 22 is not yet supported

@thymikee
Copy link
Owner

It's even stated in peer deps!

"peerDependencies": {
"jest": "^21.0.1"
},

Didn't you get the warning from Yarn or NPM install?

@artigat1
Copy link
Author

artigat1 commented Dec 19, 2017

Sorry, I just followed the installation instructions copying yarn add --dev jest jest-preset-angular @types/jest. I didn't see anything in the readme about getting a specific version. I will give that a go. I didn't get any warnings in yarn I'm afraid. Thank you for your help.

@thymikee
Copy link
Owner

thymikee commented Dec 19, 2017

Because it was released yesterday ^^. And I didn't have time to make a new release. There's issue about that however! #104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants