A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
Prerequisites
Stencil Version
2.7.0
Current Behavior
Unit Tests for Components cannot properly test href's due to relative url's being manipulated by the framework.
Expected Behavior
relative href values staying unchanged or documentation to exist
Steps to Reproduce
Example component
Related test case:
Code Reproduction URL
https://github.com/raspyweather/stencil-issues/blob/master/src/components/link-test/test/link-test.spec.tsx
Additional Information
No response