diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-22 10:27:03 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-22 10:27:03 +0100 |
commit | 333e63156eb93ad739fa35ac78cf83296ae40f98 (patch) | |
tree | 8689b1217e9bb6a9561f214e226669290e135ea2 /webclient | |
parent | go back to the original behaviour of only notifying if we think the app is ba... (diff) | |
download | synapse-333e63156eb93ad739fa35ac78cf83296ae40f98.tar.xz |
Fixed unit test; it all actually works. Added a README for running the tests with karma/jasmine.
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/test/README | 9 |
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 + + |