Fixed unit test; it all actually works. Added a README for running the tests with karma/jasmine.

This commit is contained in:
Kegan Dougal 2014-09-22 10:27:03 +01:00
parent a0c3da17b4
commit 333e63156e

9
webclient/test/README Normal file
View file

@ -0,0 +1,9 @@
Requires:
- npm
- npm install karma
- npm install jasmine
Setting up continuous integration / run the tests:
karma start