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.
# 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