mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-29 15:39:00 +03:00
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
1 changed files with 9 additions and 0 deletions
9
webclient/test/README
Normal file
9
webclient/test/README
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Requires:
|
||||||
|
- npm
|
||||||
|
- npm install karma
|
||||||
|
- npm install jasmine
|
||||||
|
|
||||||
|
Setting up continuous integration / run the tests:
|
||||||
|
karma start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue