- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Jest test suite fails to run #822
Comments
It has been fixed in |
Updating aurelia-pal-nodejs to 1.0.0-beta.3.0.0 worked, thanks for the help! I still see we have version 1.0.0-beta.2.0.0 in /lib/dependencies.json. I wonder if there's a reason for not bumping the version or if it's just an oversight. |
I'm seeing this issue again, but on |
That'd make me responsible aurelia/pal-nodejs@394da3e...6b21d12 Still the same repro? |
Yes, same repro. Thanks for looking into it! |
seems like you created project anew and did not update pal-nodejs note: cli was not released with the updates also, probably need another bump of pal-nodejs dependency in produced configs. |
That does solve it in my test repo, but not in my actual (private) repo. So now I need to figure out what's different between those two. |
Try to remove the package-lock.json before installing the update |
yeah.. and get rid of npm as well (-: biased opinion |
@vermilion what's your use case not covered by yarn? |
This issue was originally created because of this JSDOM change per what domenic said:
You can see The problem is that in my project, I was trying to utilize Hopefully this fix is temporary and the plan is to update the version of For now, my workaround fix is to just keep my package.json's version of |
@martynchamberlin thanks for looking into this. Please open an issue in the aurelia-pal-nodejs repo so it can be looked into |
I'm submitting a bug report
0.32.0
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
8.9.4
5.5.1
Browser:
Chrome 64.0.3282.140 (Official Build) (64-bit)
Language:
all
Loader/bundler:
Webpack
Current behavior:
Running
au jest
fails to run the pre-configured test and prints this outputSteps to reproduce
Run
au new
Would you like to create this project?
[Yes]
Would you like to install the project dependencies?
[Yes]
Run
au jest
So newly created projects using Jest work out of the box.
The text was updated successfully, but these errors were encountered: