Vue Router Testing
April 8, 2024 ยท View on GitHub
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.
April 8, 2024 ยท View on GitHub
__tests__ directory and use Jest.npm run test.spec