run this :
gleam new --template javascript jst && gleam new --template erlang erlt; sed -i '6,$d' jst/test/jst_test.gleam erlt/test/erlt_test.gleam; (cd jst && gleam test); ec1=$?; (cd erlt && gleam test); ec2=$?; echo "javascript=$ec1 erlang=$ec2"; rm -rf jst erlt
I guess it was not caught because of the placeholder test that comes with it
run this :
I guess it was not caught because of the placeholder test that comes with it