Vue Router Testing
August 6, 2026 ยท View on GitHub
Tests
- This package has no unit tests of its own. Its behavior is covered by the
@ionic/vuetest app, inpackages/vue/test/base/tests. Refer to Vue Testing. - Run
npm run typecheckto check types. The rollup build only reports type errors as warnings. - Bug fix and feature PRs should have new tests verifying the PR functionality.