stdlib/bats: implemented integration tests

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-12-13 16:12:29 -08:00
parent 56dab104ca
commit c310a1bcdb
7 changed files with 96 additions and 1 deletions

View File

@@ -283,4 +283,8 @@ setup() {
@test "trivy" {
dagger -e trivy up
}
}
@test "bats" {
dagger -e bats up
}