Skip to content

Commit 353b721

Browse files
committed
update BATS_LIB_PATH.
1 parent 2833a7e commit 353b721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scaffold/tests/bats/_helper.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setup() {
1616
# @see https://bats-core.readthedocs.io/en/stable/writing-tests.html#special-variables
1717

1818
# Register a path to libraries.
19-
export BATS_LIB_PATH="${BATS_TEST_DIRNAME}/node_modules"
19+
export BATS_LIB_PATH="${BATS_TEST_DIRNAME}/../node_modules"
2020

2121
# Load 'bats-helpers' library.
2222
bats_load_library bats-helpers

0 commit comments

Comments
 (0)