From d4f2b228be135e6a1868fb2b9ecd24a90b766006 Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Thu, 29 Mar 2018 18:49:20 +0200 Subject: [PATCH] :books: Link to test guide from CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7ecf04fc5..b3b3edbce6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,8 @@ When you're done, submit a pull request and for one of the maintainers to check ### Tests -We've written tests and you can run them to assure the stability of the code, just try running `npm test`. If you're adding a new functionality please include tests for it. +We've written tests and you can run them to assure the stability of the code, just try running `npm test`. +If you're adding a new functionality please include tests for it according to our [test guide](/docs/TEST_GUIDE/md). ### Documentation