Skip to content

Different behavior for zero test found on targets #69

Description

@avila-gabriel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions