GildedRose-Refactoring-Kata/rescript/README.md
2023-09-06 19:05:27 +09:30

297 B

Gilded Rose

This is the Gilded Rose kata in Rescript with Jest

Getting started

Install dependencies

yarn install

Running tests

To run all tests

yarn test

To run all tests in watch mode

yarn test:watch

To start developing

yarn dev:rescript