Refactored test filtering via grep CLI option

This commit is contained in:
squidfunk
2017-02-09 17:35:50 +01:00
parent 0bff78cd1b
commit 7e601d485a
10 changed files with 78 additions and 16 deletions

View File

@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
fi
# Run command
`npm bin`/gulp tests:visual:session $@
`npm bin`/gulp tests:visual:session "$@"