Add BATS helper submodules

This commit is contained in:
Deploy Bot
2025-07-17 21:04:27 -04:00
parent 3e235c9375
commit 1292cefa1e

9
.gitmodules vendored
View File

@@ -1,3 +1,12 @@
[submodule "bats-core"]
path = bats-core
url = https://github.com/bats-core/bats-core.git
[submodule "tests/test_helper/bats-support"]
path = tests/test_helper/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "tests/test_helper/bats-assert"]
path = tests/test_helper/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "tests/test_helper/bats-file"]
path = tests/test_helper/bats-file
url = https://github.com/bats-core/bats-file.git