Back to Ionic Framework

Vue Router Testing

docs/vue-router/testing.md

9.0.0385 B
Original Source

Vue Router Testing

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.