You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
Update test runner instructions (#2948)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
[](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk)
|
[](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk)
|
||||||
[](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk)
|
[](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk)
|
||||||
|
|
||||||
Matrix Javascript SDK
|
Matrix JavaScript SDK
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
This is the [Matrix](https://matrix.org) Client-Server SDK for JavaScript and TypeScript. This SDK can be run in a
|
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::
|
|||||||
$ yarn build
|
$ yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
To run tests (Jasmine)::
|
To run tests (Jest):
|
||||||
```
|
```
|
||||||
$ yarn test
|
$ yarn test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
> The `sync-browserify.spec.ts` requires a browser build (`yarn build`) in order to pass
|
||||||
|
|
||||||
To run linting:
|
To run linting:
|
||||||
```
|
```
|
||||||
$ yarn lint
|
$ yarn lint
|
||||||
|
|||||||
Reference in New Issue
Block a user