Skip to content

RyutaKojima/UnoScore

Repository files navigation

Lint and test CI

Introduction

  1. Install dependencies
yarn install
  1. Development
yarn dev
  1. Test
yarn test-all

If changed UI template, you must be update jest snapshot to pass the test.

yarn test -u