KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
js-karma-seed
★ 10
Open GitHub ↗
JavaScript + Karma test runner
Download README (.md)
Explore Similar Repositories
terraform-exec-provider
:
No description available.
MvxAndroid.Support.V7
:
MvvmCross bindings for AppCompat widgets
immutable-http
:
Http client with pretty simple chaining API.
NOVA-Example
:
An example/test NOVA mod
finist.lua
:
Redis based Finite State Machine
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
js-karma-seed
?
Download (.md)
# [Kata Seeds](http://kata-seeds.github.io): JavaScript + [Karma](http://karma-runner.github.io/) (with [Jasmine](http://jasmine.github.io/)) [](https://travis-ci.org/kata-seeds/js-karma-seed) ## Getting Started 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](http://en.wikipedia.org/wiki/Conway's_Game_of_Life)?