File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Vulnerabilities] ( https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=vulnerabilities )] ( https://sonarcloud.io/summary/new_code?id=matrix-js-sdk )
7
7
[ ![ Bugs] ( https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=bugs )] ( https://sonarcloud.io/summary/new_code?id=matrix-js-sdk )
8
8
9
- Matrix Javascript SDK
9
+ Matrix JavaScript SDK
10
10
=====================
11
11
12
12
This is the [ Matrix] ( https://matrix.org ) Client-Server SDK for JavaScript and TypeScript. This SDK can be run in a
@@ -370,11 +370,14 @@ To build a browser version from scratch when developing::
370
370
$ yarn build
371
371
```
372
372
373
- To run tests (Jasmine): :
373
+ To run tests (Jest) :
374
374
```
375
375
$ yarn test
376
376
```
377
377
378
+ > ** Note**
379
+ > The ` sync-browserify.spec.ts ` requires a browser build (` yarn build ` ) in order to pass
380
+
378
381
To run linting:
379
382
```
380
383
$ yarn lint
You can’t perform that action at this time.
0 commit comments