Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 404 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 404 Bytes

Vue HackerNews

A Hacker News clone with tests, written for the book Testing Vue.js Applications

Test

Run full suite:

npm run test

Unit tests:

npm run test:unit

Integration tests:

npm run test:integration

E2E tests:

npm run test:e2e

Development

Run the development server:

npm run serve