mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 09:18:10 +01:00
7
test/fixtures/bats/invalid_tap.bats
vendored
Normal file
7
test/fixtures/bats/invalid_tap.bats
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
echo "This isn't TAP!"
|
||||
echo "Good day to you"
|
||||
exit 1
|
||||
|
||||
@test "truth" {
|
||||
true
|
||||
}
|
||||
Reference in New Issue
Block a user