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

fix: typo in esbuild-check.js #1806

Merged
merged 1 commit into from Oct 14, 2022

Conversation

RA-arnost-dudek
Copy link
Contributor

Summary

During test debugging, I keep getting this exception:

Exception has occurred: Error: Expected "kind" to be "error" or "warning" in formatMessages() call
  at Object.formatMessages2 [as formatMessages] (C:\Users\ADudek3\ra\cca-broker-addon-ui-old\node_modules\esbuild\lib\main.js:1469:13)
    at C:\Users\ADudek3\ra\cca-broker-addon-ui-old\node_modules\esbuild\lib\main.js:2146:55
    at new Promise (<anonymous>)
    at Object.formatMessages (C:\Users\ADudek3\ra\cca-broker-addon-ui-old\node_modules\esbuild\lib\main.js:2146:14)
    at Object.formatMessages (C:\Users\ADudek3\ra\cca-broker-addon-ui-old\node_modules\esbuild\lib\main.js:1959:70)
    at Object.<anonymous> (C:\Users\ADudek3\ra\cca-broker-addon-ui-old\node_modules\jest-preset-angular\esbuild-check.js:4:4)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)

Test plan

same as before

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

jest: 28.1.3
jest-preset-angular: 12.2.0
@angular/core: 13.2.5

Copy link
Collaborator

@ahnpnl ahnpnl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@ahnpnl ahnpnl merged commit c2f2b61 into thymikee:main Oct 14, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants