Skip to content

Commit 23a15a7

Browse files
committed
Adding emojis to ts-tests output for quicker identification of the result
1 parent 7e1fca0 commit 23a15a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ts-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ tsc ## Run typescript compiler. No need for flags as we have a tsconfig.json fil
99

1010
if [ $? -eq 0 ]
1111
then
12-
echo "Successfully compiled TS tests."
12+
echo "Successfully compiled TS tests."
1313
npm unlink @splitsoftware/splitio
1414
exit 0
1515
else
16-
echo "Error compiling TS tests."
16+
echo "☠️ Error compiling TS tests."
1717
npm unlink @splitsoftware/splitio
1818
exit 1
1919
fi

0 commit comments

Comments
 (0)