Skip to content

@open-wc/testing@4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 13:13
· 22 commits to master since this release
9767b1a

Major Changes

  • Updated dependencies [c69af75]
    • @open-wc/testing-helpers@3.0.0

If you're using a fixture like so with scoped elements:

await fixture(html`...`, { scopedElements: ... });

You're gonna have to load the @webcomponents/scoped-custom-element-registry polyfill yourself first.