Skip to content

sugar-for-pirate-king/nuxt-testing

Repository files navigation

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

About

Experiment project to learn how to write testing in nuxt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published