/testing-workshop

Notes app for testing workshop

Primary LanguageJavaScript

Notes App

Developed for testing workshop at hamburgcodingschool.

Setup

  1. Install dependencies
yarn install
  1. Start local development server
yarn start

Testing

Either run:

yarn test

or

yarn run cypress:open