Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 551 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 551 Bytes

nuxt-testing

My experiment app to write test code.

What you will got:

  • How to write component test.
  • How to expecting content in your component.
  • How to expecting content must not include in your component (secret stuff)
  • How to stub component
  • How to stub axios request.

Build Setup

# install dependencies
$ 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 the project
$ yarn test