Does the test suite require bats-support to be installed via nodemodules ?
MichaelDimmitt opened this issue · 2 comments
MichaelDimmitt commented
bats-assert/test/test_helper.bash
# Load dependencies.
load "${BATS_TEST_DIRNAME}/../node_modules/bats-support/load.bash"
# Load library.
load '../load'
martin-schulze-vireso commented
See also #34
martin-schulze-vireso commented
Fixed via #49