Back to Ionic Framework

Vue Router Testing

docs/vue-router/testing.md

8.8.5217 B
Original Source

Vue Router Testing

Tests

  • Tests are found in the __tests__ directory and use Jest.
  • Tests can be run using npm run test.spec
  • Bug fix and feature PRs should have new tests verifying the PR functionality.