GildedRose-Refactoring-Kata/rescript
2023-09-07 17:07:56 +09:30
..
src
.gitignore
bsconfig.json
jest.config.js
package.json adding yarn texttest 2023-09-07 17:07:56 +09:30
README.md adding yarn texttest 2023-09-07 17:07:56 +09:30
yarn.lock

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

To run the TextTest file

yarn texttest [days]