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