GildedRose-Refactoring-Kata/rescript
2023-09-07 09:30:10 +09:30
..
src fixing gildedrose in rescript 2023-09-07 09:30:10 +09:30
.gitignore adds initial rescript structure 2023-09-06 19:02:59 +09:30
bsconfig.json finishes porting 2023-09-06 20:13:41 +09:30
jest.config.js adds initial rescript structure 2023-09-06 19:02:59 +09:30
package.json adds initial rescript structure 2023-09-06 19:02:59 +09:30
README.md adding readme 2023-09-06 19:05:27 +09:30
yarn.lock adds initial rescript structure 2023-09-06 19:02:59 +09:30

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