Fixed unit test; it all actually works. Added a README for running the tests with karma/jasmine.
This commit is contained in:
parent
a0c3da17b4
commit
333e63156e
|
@ -0,0 +1,9 @@
|
||||||
|
Requires:
|
||||||
|
- npm
|
||||||
|
- npm install karma
|
||||||
|
- npm install jasmine
|
||||||
|
|
||||||
|
Setting up continuous integration / run the tests:
|
||||||
|
karma start
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue