Skip to content

Commit 13cb10d

Browse files
committed
Add flags to todos
1 parent 6fe1b1a commit 13cb10d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bin/run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ if test -d "${OUTPUT}__typetests__/"; then
472472
fi;
473473
else
474474
# TODO: check the config file to see if tstyche tests were expected or not
475+
# flag.tests.tstyche
476+
475477
echo "✅ no type tests (*.tst.ts) discovered."
476478
fi;
477479

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

486488
if [ -z "${jest_tests}" ]; then
487489
echo "✔️ no jest tests (*.test.ts) discovered."
490+
# TODO: check the config file to see if jest tests were expected or not
491+
# flag.tests.jest
492+
488493
if [ "$has_type_test" = true ]; then
489-
# TODO: check the config file to see if jest tests were expected or not
490494
echo ""
491495
echo "✅ did run type tests, so this is fine."
492496

0 commit comments

Comments
 (0)