mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-28 12:45:54 +00:00
10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
Requires:
|
|
- npm
|
|
- npm install karma
|
|
- npm install jasmine
|
|
|
|
Setting up continuous integration / run the tests:
|
|
karma start
|
|
|
|
|