Skip to content

Commit

Permalink
update BATS_LIB_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed May 1, 2024
1 parent 2833a7e commit 353b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scaffold/tests/bats/_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup() {
# @see https://bats-core.readthedocs.io/en/stable/writing-tests.html#special-variables

# Register a path to libraries.
export BATS_LIB_PATH="${BATS_TEST_DIRNAME}/node_modules"
export BATS_LIB_PATH="${BATS_TEST_DIRNAME}/../node_modules"

# Load 'bats-helpers' library.
bats_load_library bats-helpers
Expand Down

0 comments on commit 353b721

Please sign in to comment.