From 0f799c73974c6cf798c37e174c6bb85c8f9a1299 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 26 Dec 2016 23:48:01 -0500 Subject: [PATCH] comment about grep --- scripts/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 4bc0718..5dd166f 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -1,6 +1,8 @@ #!/bin/bash # Starts the http-server and runs mocha-phantomjs-based tests # Note that you must run `npm run build` or `npm run watch` before running this. +# Additional arguments are passed to mocha-phantomjs, e.g. +# run-tests.sh --grep interaction-model set -o errexit # Run http-server and save its PID -- 2.7.4