From a071a82a030250caa1ee526c08d4f3ec34b8dd9d Mon Sep 17 00:00:00 2001 From: Germain Date: Wed, 7 Dec 2022 11:18:32 +0000 Subject: [PATCH] Update test runner instructions (#2948) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19592b0ea..bb86a6f94 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=bugs)](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 @@ -370,11 +370,14 @@ To build a browser version from scratch when developing:: $ yarn build ``` -To run tests (Jasmine):: +To run tests (Jest): ``` $ yarn test ``` +> **Note** +> The `sync-browserify.spec.ts` requires a browser build (`yarn build`) in order to pass + To run linting: ``` $ yarn lint