summary refs log tree commit diff
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-22 10:27:03 +0100
committerKegan Dougal <kegan@matrix.org>2014-09-22 10:27:03 +0100
commit333e63156eb93ad739fa35ac78cf83296ae40f98 (patch)
tree8689b1217e9bb6a9561f214e226669290e135ea2
parentgo back to the original behaviour of only notifying if we think the app is ba... (diff)
downloadsynapse-333e63156eb93ad739fa35ac78cf83296ae40f98.tar.xz
Fixed unit test; it all actually works. Added a README for running the tests with karma/jasmine.
-rw-r--r--webclient/test/README9
1 files changed, 9 insertions, 0 deletions
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
+
+