Skip to content

Commit

Permalink
testing: Add Bats submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarnett committed Aug 26, 2024
1 parent 76603af commit 533eb49
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "tests/cli/bats"]
path = tests/cli/bats
url = https://github.com/bats-core/bats-core.git
[submodule "tests/cli/test_helper/bats-support"]
path = tests/cli/test_helper/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "tests/cli/test_helper/bats-assert"]
path = tests/cli/test_helper/bats-assert
url = https://github.com/bats-core/bats-assert.git
1 change: 1 addition & 0 deletions tests/cli/bats
Submodule bats added at 190c7c
1 change: 1 addition & 0 deletions tests/cli/test_helper/bats-assert
Submodule bats-assert added at e2d855
1 change: 1 addition & 0 deletions tests/cli/test_helper/bats-support
Submodule bats-support added at 9bf10e

0 comments on commit 533eb49

Please sign in to comment.