Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Files

Latest commit

 

History

History
33 lines (23 loc) · 393 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 393 Bytes

nuxt-unit-testing

Nuxt testing

Build Setup

# install dependencies
$ yarn install # Or yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Test

# Unit test
$ yarn test:unit

# End to end test
$ yarn test:e2e

# Test all
$ yarn test