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

@@ -0,0 +1,6 @@
{
"dependencies": {
"bats-assert": "^2.0.0",
"bats-support": "^0.2.0"
}
}