Skip to content
Permalink
Browse files
Limit Test Scripts to Directory
  • Loading branch information
aa7401 committed Nov 23, 2019
1 parent ad62b49 commit 4737d1ce7551d6d85450fa88b6fbe6cbc6743ae4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -6,6 +6,6 @@ mkdir -p screenshots
mkdir -p trace
# [ ! -d "node_modules" ] && echo "INSTALLING MODULES" && npm install
node index.js&
node_modules/.bin/jest --runInBand --detectOpenHandles
node_modules/.bin/jest --runInBand --detectOpenHandles acceptanceTests/*
read -p "Press enter to continue"
kill %1

0 comments on commit 4737d1c

Please sign in to comment.