1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 11:42:33 +01:00
bats/test/fixtures/bats/failing_and_passing.bats

8 lines
70 B
Bash

@test "a failing test" {
false
}
@test "a passing test" {
true
}