From 3ba1057f5a83775f2a922aff3e150490025df071 Mon Sep 17 00:00:00 2001 From: Giacomo Tagliabue Date: Tue, 3 May 2016 10:45:16 -0400 Subject: [PATCH] Fix name of test script in contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed9ff1e97e74..49ec182ceee0 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: