Stencil 4 + Jest shadowDom issue
- Run
npm --prefix ./stencil-jest install && npm --prefix ./bug-stencil-jest install
- In
stencil-jest
, runnpm run build
- In
stencil-jest
, runnpm link
- In
bug-stencil-jest
, runnpm link stencil-jest
- In
bug-stencil-jest
, runnpm run test
The test will fail.
The test succeeds when setting shadowDom: false
in the Stencil component.