Created
April 3, 2020 13:57
-
-
Save WeeHorse/de332506e48d251da9c74a4f5389839e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm run test:unit | |
TEST_RESULT=$? | |
if [ $TEST_RESULT -eq 0 ] | |
then echo "Tests passed. Committing..." | |
else echo "Testing your changes has failed! Commit will be aborted." && exit 1 | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment