This repo contains nothing but a trivial passing test.
We assume that you have Node.js and npm installed. To check your environment is set up and works run the following commands from the console:
npm install
npm test
You should see output similar to the following:
> code-kata-starter@1.0.0 test
jasmine
Randomized with seed 11158
Started
.
1 spec, 0 failures
Finished in 0.008 seconds
Randomized with seed 11158 (jasmine --random=true --seed=11158)
This means you are all ready for your code kata, enjoy!