File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -472,6 +472,8 @@ if test -d "${OUTPUT}__typetests__/"; then
472
472
fi ;
473
473
else
474
474
# TODO: check the config file to see if tstyche tests were expected or not
475
+ # flag.tests.tstyche
476
+
475
477
echo " ✅ no type tests (*.tst.ts) discovered."
476
478
fi ;
477
479
@@ -485,8 +487,10 @@ jest_tests=$(cd "${OUTPUT}" && corepack yarn jest --listTests --passWithNoTests)
485
487
486
488
if [ -z " ${jest_tests} " ]; then
487
489
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
+
488
493
if [ " $has_type_test " = true ]; then
489
- # TODO: check the config file to see if jest tests were expected or not
490
494
echo " "
491
495
echo " ✅ did run type tests, so this is fine."
492
496
You can’t perform that action at this time.
0 commit comments