Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 218 Bytes

testing.md

File metadata and controls

7 lines (5 loc) · 218 Bytes

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.