Skip to content

LaboratoryVue/vue-test-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Vue

Testing - Basics

  1. Ensure you have npm installed.

  2. Install the dependencies

npm install
  1. Boot the app
npm run dev

The server is now running - watch the console output for instructions, but by default, your server is now running (with hot reload) at http://localhost:8080/

  1. Run unit tests
npm run test
  1. Run unit tests in watch mode
npm run test:watch