Skip to content

Commit

Permalink
Add flags to todos
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jul 31, 2024
1 parent 6fe1b1a commit 13cb10d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ if test -d "${OUTPUT}__typetests__/"; then
fi;
else
# TODO: check the config file to see if tstyche tests were expected or not
# flag.tests.tstyche

echo "✅ no type tests (*.tst.ts) discovered."
fi;

Expand All @@ -485,8 +487,10 @@ jest_tests=$(cd "${OUTPUT}" && corepack yarn jest --listTests --passWithNoTests)

if [ -z "${jest_tests}" ]; then
echo "✔️ no jest tests (*.test.ts) discovered."
# TODO: check the config file to see if jest tests were expected or not
# flag.tests.jest

if [ "$has_type_test" = true ]; then
# TODO: check the config file to see if jest tests were expected or not
echo ""
echo "✅ did run type tests, so this is fine."

Expand Down

0 comments on commit 13cb10d

Please sign in to comment.