-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 runner throws node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); #50383
Comments
@bnoordhuis Thanks for the heads up. @MaissaTouili Are your jest tests using TLS? |
@ShogunPanda no I am not using TLS in my jest tests also I am using a simple jest configuration nothing configured on the server level : "jest": { |
I am going to close this as a duplicate of #48763, which is due to #44731. cc @ShogunPanda |
This should have been fixed in #51045. Once it gets in 21.x or 20.x please let me know if you have additional problems. |
[like] Maissa Touili reacted to your message:
…________________________________
From: Paolo Insogna ***@***.***>
Sent: Friday, December 22, 2023 10:21:39 AM
To: nodejs/node ***@***.***>
Cc: Maissa Touili ***@***.***>; Mention ***@***.***>
Subject: Re: [nodejs/node] jest test runner throws node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); (Issue #50383)
This should have been fixed in #51045<#51045>. Once it gets in 21.x or 20.x please let me know if you have additional problems.
—
Reply to this email directly, view it on GitHub<#50383 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXSAETBK66XYYQR3B57SIDLYKVNLHAVCNFSM6AAAAAA6O7QW7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRXGUYDQNJQGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This fixes an issue where running individual tests sometimes fails with this error: node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); More info here: nodejs/node#48763 And here: nodejs/node#50383
This fixes an issue where running individual tests sometimes fails with this error: node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); More info here: nodejs/node#48763 And here: nodejs/node#50383
This fixes an issue where running individual tests sometimes fails with this error: node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); More info here: nodejs/node#48763 And here: nodejs/node#50383
This fixes an issue where running individual tests sometimes fails with this error: node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); More info here: nodejs/node#48763 And here: nodejs/node#50383
This fixes an issue where running individual tests sometimes fails with this error: node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); More info here: nodejs/node#48763 And here: nodejs/node#50383
This fixes an issue where running individual tests sometimes fails with this error: node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); More info here: nodejs/node#48763 And here: nodejs/node#50383
This fixes an issue where running individual tests sometimes fails with this error: node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); More info here: nodejs/node#48763 And here: nodejs/node#50383
Version
Node.js v20.8.1
Platform
Windows
Subsystem
jest
What steps will reproduce the bug?
create a jest unit test for a react functionnal component and run in watch mode
How often does it reproduce? Is there a required condition?
I have like 50 jest unit tests and 10 of them are not even running
What is the expected behavior? Why is that the expected behavior?
test should run the suite
What do you see instead?
I don't use another library instead I have a coverage with jest so need this to be fixed
Additional information
No response
The text was updated successfully, but these errors were encountered: