https://github.com/gradedjestrisk/gilded-rose
https://github.com/gradedjestrisk/gilded-rose
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradedjestrisk/gilded-rose
- Owner: GradedJestRisk
- Created: 2019-06-14T17:08:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:51:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T09:48:48.778Z (10 months ago)
- Language: JavaScript
- Size: 974 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Change template
Steps
* `git clone https://github.com/GradedJestRisk/kata-bootstrap-js.git`
* `cd kata-bootstrap-js`
* `npm install`
# Do a kata
## Init (any shell, included GitBash)
* `kataName=KATA_NAME`
* `git clone https://github.com/GradedJestRisk/kata-bootstrap-js.git $kataName && cd $kataName && ./init_kata.sh`
## Test IDE (vscode)
* open your IDE
* test Jest
* change test expectation
* check Jest show a failed test
* test source control
* stage and commit the package.json change
* try to push, should get "Your repository has no remotes configured to push to."
## Launch tests (if IDE extension fails)
`npm t`
## Reinstall
From kata folder, run `./init_kata.sh`