mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
adding yarn texttest
This commit is contained in:
parent
c022ce6c0b
commit
67b970d15b
@ -28,3 +28,8 @@ To start developing
|
||||
```sh
|
||||
yarn dev:rescript
|
||||
```
|
||||
|
||||
To run the TextTest file
|
||||
```sh
|
||||
yarn texttest [days]
|
||||
```
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watchAll",
|
||||
"dev:rescript": "rescript build -w",
|
||||
"start": "node src/Main.bs.js"
|
||||
"texttest": "node src/TextTest.bs.js"
|
||||
},
|
||||
"name": "rescript",
|
||||
"version": "1.0.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user