mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-12-01 07:15:24 +00:00
9 lines
130 B
Bash
9 lines
130 B
Bash
bats_load_library "bats-support"
|
|
bats_load_library "bats-assert"
|
|
|
|
@test 'basic' {
|
|
run echo 'have'
|
|
assert_output 'have'
|
|
}
|
|
|