Skip to content

Commit 0f9efaa

Browse files
committed
Switch to ztombol's bats-assert
1 parent 65b2e30 commit 0f9efaa

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package-lock.json

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"devDependencies": {
3838
"@nodenv/nodenv": "^1.1.2",
3939
"bats": "^1.1.0",
40-
"bats-assert": "^1.1.1",
40+
"bats-assert": "ztombol/bats-assert",
41+
"bats-support": "ztombol/bats-support",
4142
"brew-publish": "^2.3.1"
4243
},
4344
"dependencies": {

test/test_helper.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# shellcheck shell=bash
22

3-
load ../node_modules/bats-assert/all
3+
load '../node_modules/bats-support/load'
4+
load '../node_modules/bats-assert/load'
45

56
setup() {
67
# common nodenv setup

0 commit comments

Comments
 (0)