From a8d0ae1361e9816fca681b78b55a7becec52ff74 Mon Sep 17 00:00:00 2001 From: Giacomo Tagliabue Date: Tue, 3 May 2016 15:45:38 -0400 Subject: [PATCH] Fix name of test script in contributing guide (#428) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed9ff1e97e74d..49ec182ceee0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ npm run dev Tests can then be run with: - ./run_unit_tests.sh + ./run_tests.sh Lint the project with: