From e7373f884391cb89a696b893bd67d1f5e8e3cd20 Mon Sep 17 00:00:00 2001 From: Dan Holmes Date: Fri, 4 Dec 2020 09:44:30 +0000 Subject: [PATCH] Add installation --- js-jasmine/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/js-jasmine/README.md b/js-jasmine/README.md index aa6d7141..656c8227 100644 --- a/js-jasmine/README.md +++ b/js-jasmine/README.md @@ -23,7 +23,15 @@ With more time I would add a 'sellInChange' function to each item type to mirror ## Tests -To run the tests and see code coverage run ``npm run test``. +To run the tests and see code coverage run + +``` +git clone https://github.com/dan-holmes/gilded-rose.git +cd GildedRose-Refactoring-Kata +cd js-jasmine +npm install +npm run test +``` Current test coverage: ![test coverage](https://i.imgur.com/vDJgGqL.png) \ No newline at end of file