Run tests with appropriate configuration and error handling.
Runs Gleam tests with configuration and error handling for Erlang or JavaScript targets.
npx claudepluginhub renatillas/gleamRun tests with appropriate configuration and error handling.
/gleam-test [--target=erlang|javascript] [--watch] [pattern]
Run all tests
gleam test
Run for specific target
gleam test --target erlang
gleam test --target javascript
Analyze test failures
let assert patterns match actual valuesFix failures
Verify all tests pass
gleam test --target erlang && gleam test --target javascript
_testpubtest/ directorylet assert NOT deprecated should moduleTrue = actual == expected for comparisonsSee: Test Timeouts