Skip to content

Commit

Permalink
[reject-excluded-tests] update error message for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 24, 2018
1 parent 37337bc commit 920b5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reject-excluded-tests
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -eu
if grep -Er '\.only\(' test; then
echo '!!!'
echo '!!! .only() call found in mocha test code'
echo '!!! ERROR: .only() call found in mocha test code'
echo '!!!'
fi

0 comments on commit 920b5ed

Please sign in to comment.