lukeajtodd / tdd-in-vue

TDD strategies and examples in Vue 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tdd-in-vue

Usage of outside-in TDD in Vue 2.

The application will be a message list. A user will be able to post a message and view it on screen.

Notes

  • Possible issues with Jest and Cypress types clashing. Follow this repo for gudiance.

Setup

yarn

Running

yarn serve

Production build

yarn build

Unit tests

yarn test:unit

E2E tests

yarn test:e2e

Lint

yarn lint

About

TDD strategies and examples in Vue 2


Languages

Language:JavaScript 50.4%Language:TypeScript 21.0%Language:Vue 19.4%Language:HTML 9.2%