From 9aa4a79d6e0a7decee9fbb348f22a66e50123ee0 Mon Sep 17 00:00:00 2001 From: LarryKlugerDS Date: Tue, 9 Feb 2016 20:11:10 +0200 Subject: [PATCH] Updated instructions for running tests --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46cb8b79b..60a2d2943 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,11 +58,15 @@ Then the dependencies will have been installed. You use gulp as build tool. The following targets are probably interesting: * jison - compiles the jison grammars to parser files -* jasmine - runs the jasmine tests (will trigger the jison target) * dist - complies files to the dist catalog for instance: ``` gulp jasmine ``` +To run the tests: +``` +npm run karma +``` + Thanks, Knut Sveidqvist