Skip to content

Commit a071a82

Browse files
author
Germain
authored
Update test runner instructions (#2948)
1 parent 8d018f9 commit a071a82

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk)
77
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=bugs)](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk)
88

9-
Matrix Javascript SDK
9+
Matrix JavaScript SDK
1010
=====================
1111

1212
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::
370370
$ yarn build
371371
```
372372

373-
To run tests (Jasmine)::
373+
To run tests (Jest):
374374
```
375375
$ yarn test
376376
```
377377

378+
> **Note**
379+
> The `sync-browserify.spec.ts` requires a browser build (`yarn build`) in order to pass
380+
378381
To run linting:
379382
```
380383
$ yarn lint

0 commit comments

Comments
 (0)