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/vue test app, in packages/vue/test/base/tests. Refer to Vue Testing.
  • Run npm run typecheck to check types. The rollup build only reports type errors as warnings.
  • Bug fix and feature PRs should have new tests verifying the PR functionality.