We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
13.0.0
Example steps to reproduce:
You will see that it passes the test, but ngzone prints some error as it was not handled.
If you try this with jest 28 and jest-preset-angular@12 it works properly.
I expect to pass the test without printing any console.error
It prints a console.error: console.error Unhandled Promise rejection: error ; Zone: ProxyZone ; Task: null ; Value: Error: error
console.error Unhandled Promise rejection: error ; Zone: ProxyZone ; Task: null ; Value: Error: error
No response
System: OS: macOS 13.1 CPU: (8) arm64 Apple M1 Pro Binaries: Node: 18.13.0 - ~/.nvm/versions/node/v18.13.0/bin/node npm: 8.19.3 - ~/.nvm/versions/node/v18.13.0/bin/npm npmPackages: jest: ^29.4.3 => 29.4.3
The text was updated successfully, but these errors were encountered:
CHANGELOG
Successfully merging a pull request may close this issue.
Version
13.0.0
Steps to reproduce
Example steps to reproduce:
You will see that it passes the test, but ngzone prints some error as it was not handled.
If you try this with jest 28 and jest-preset-angular@12 it works properly.
Expected behavior
I expect to pass the test without printing any console.error
Actual behavior
It prints a console.error:
console.error Unhandled Promise rejection: error ; Zone: ProxyZone ; Task: null ; Value: Error: error
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: