Skip to content

Commit

Permalink
test.sh: constrain test runner
Browse files Browse the repository at this point in the history
so that it doesn't try running ./test.js
  • Loading branch information
msimerson committed May 16, 2024
1 parent adf2aa3 commit 6ee0a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
# npm i --no-save node-test-github-reporter
# $NODE --test --test-reporter=node-test-github-reporter
# else
$NODE --test --test-reporter=spec
$NODE --test --test-reporter=spec lib/*.test.js routes/*.test.js
# fi
fi

Expand Down

0 comments on commit 6ee0a79

Please sign in to comment.