We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bats-all
v4.2.0
1 parent fa3162d commit c43f635Copy full SHA for c43f635
basalt.toml
@@ -5,7 +5,7 @@ version = '0.8.0'
5
authors = ['Edwin Kofler" <edwin@kofler.dev>']
6
7
[run]
8
-dependencies = ['https://github.com/hyperupcall/bats-common-utils.git@v3.0.0']
+dependencies = ['https://github.com/hyperupcall/bats-all.git@v4.2.0']
9
sourceDirs = ['pkg/src', 'pkg/src/public', 'pkg/src/util']
10
builtinDirs = []
11
binDirs = []
tests/util/init.sh
@@ -3,9 +3,7 @@
3
eval "$(basalt-package-init)"
4
basalt.package-init
basalt.package-load
-basalt.load 'github.com/hyperupcall/bats-common-utils' 'load.bash'
-
-load './util/test_util.sh'
+basalt.load 'github.com/hyperupcall/bats-all' 'load.bash'
setup() {
cd "$BATS_TEST_TMPDIR"
tests/util/test_util.sh
0 commit comments