Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/test_helper.bash: Use bats_load_library to load bats-support
Instead of hard-coding `node_modules` in the path (source of various issues: #38, #34), use the `bats_load_library` command to load `bats-support`. `bats_load_library` is available since Bats v1.6.
- Loading branch information