From e0d0aa520ef10eb84e1ec9595d55e7ee440d2d5e Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 23 Mar 2018 15:21:31 +0100 Subject: [PATCH] Fix typo contribution guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b59a09374..85585cba8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -149,7 +149,7 @@ Please write tests! Our testing framework is The easiest way to run all tests at once is `yarn test`. -You can browser tests from the command line with `grunt unit-tests` or in an +You can browse tests from the command line with `grunt unit-tests` or in an interactive session with `NODE_ENV=test yarn run start`. The `libtextsecure` tests are run similarly: `grunt lib-unit-tests` and `NODE_ENV=test-lib yarn run start`. You can tweak the appropriate `test.html` for both of these runs to get code coverage numbers via