Skip to content

Commit

Permalink
[Bug] fixing pre-commit test script (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
onemanfighter authored May 25, 2024
1 parent 3344bac commit 3c17d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-staged-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for file in $changed_files; do
fi
done

if [ ${#all_these_files[@]} -gt 0]; then
if [ ${#all_these_files[@]} -gt 0 ]; then
yarn test "${all_these_files[@]}"
else
echo "No test files found"
Expand Down

0 comments on commit 3c17d4b

Please sign in to comment.