-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Cannot read property 'metadata' of undefined #141
Comments
Hi @brunano21! Thank you for reporting! 🙂 I will try to reproduce the problem and create an integration test for it. I will let you know when it has been fixed. |
Hey @capricorn86, do you have any update on this? |
@brunano21 my plan is to fix it sometime this weekend 🙂 |
… not possible to load jest-preset-angular.
…y-metadata-of-undefined #141@patch: Adds Reflect to the window object to fix bug where it was…
@brunano21 the bug has now been fixed 🙂 You can read more about the release here: |
Hi,
I'm trying to load some custom elements before running Jest tests for an angular library. Some of the components of this library are using custom elements built with Stencil.js.
I'm also using jest-preset-angular into test-setup.js.
When I set `testEnvironment: '@happy-dom/jest-environment' into jest.jconfig.js and run my tests I get the following:
Packages:
The text was updated successfully, but these errors were encountered: