-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
npm run test just hangs on jest w/o any feedback #157
Comments
What global version of TS and node? Have you tried yarn? |
Hi @matthewharwood ! Even when you tag your test cases with After fixing those tests, as @masters3d says, I would recommend you to run If it doesn't work for you, let us know 👍 |
Still failing on my properly hello-world.ts. I uninstalled node_modules and deleted .locks files then tsc -v node -v yarn -v You mentioned to list my node version so...
Here's an abridged log:
Then I fix the code for the tests
I leave the tests cases the same and/or remove the x from
and no feedback after
just seems to pause there. |
what does |
can you try reinstalling typescript? |
Per @vermiculus comment in #124 I ran:
From there I
I fixed the code for the tests again:
Ran same command:
Still justs hangs here after the Small update that |
okay. This may be a mac issue with the new version of ts. @CRivasGomez Do you happen to have a mac to test this? I am on a windows machine this weekend. |
@masters3d I'm a using a mac machine.
|
@CRivasGomez if you complete the task
Do the tests still run or does it get hung up? |
I haven’t been able to reproduce. Sorry. We added Mac builds and they are passing. |
@matthewharwood they run perfectly on my mac. |
reopen if you feel this has not been addressed. |
Installation of Environments:
Deleting the |
For anyone coming here in the future, it's a watchman issue. This helps: jestjs/jest#4529 |
@Swizec This was it! Solved with |
Not really sure what's breaking in my case but when I run what I would think are passing test the command line gives zero feedback
On the hello-world untouched I get errors like:
But lines 11, 15 are
xit
and therefore shouldn't be called.If I delete them or satisfy the tests than the command line gives me no feedback
Or if I complete the tests I get no feedback:
^ should satisfy all the test but when running
npm run test
The terminal just hangs
nothing more... any help?
The text was updated successfully, but these errors were encountered: