Kata Seeds: JavaScript + Karma (with Jasmine)
Clone this repo with git
:
git clone https://github.com/kata-seeds/js-karma-seed.git
cd js-karma-seed
Install dependencies and run your tests with make
:
make
You should eventually see 1 test ran and 0 failures. If make
doesn't work for you, npm probably has some comments that can help you out, otherwise please open an issue.
To run your tests during a kata, use npm test
to run once, or use npm run karma
to
use a watcher to check for file changes.
Now you can start your kata! May we suggest the Game of Life?