From 333e63156eb93ad739fa35ac78cf83296ae40f98 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 22 Sep 2014 10:27:03 +0100 Subject: [PATCH] Fixed unit test; it all actually works. Added a README for running the tests with karma/jasmine. --- webclient/test/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 webclient/test/README diff --git a/webclient/test/README b/webclient/test/README new file mode 100644 index 0000000000..b1e0d7adea --- /dev/null +++ b/webclient/test/README @@ -0,0 +1,9 @@ +Requires: + - npm + - npm install karma + - npm install jasmine + +Setting up continuous integration / run the tests: + karma start + +