bashtop/test/bats

9 lines
111 B
Plaintext

#!/usr/bin/env bats
source bashtop
@test "im a toy" {
result=$(echo hello)
[ "$result" = "hello" ]
}