Closed jmreicha closed 2 years ago
FWIW I am able to get the test working when I wrap the command with run bash -c "npm version"
. I'm guessing this behavior is by design?
Yep in the docs https://bats-core.readthedocs.io/en/stable/writing-tests.html#run-test-other-commands
Sorry for the false alarm.
I am receiving the following error on a test I have created.
Here is my test:
Not sure what the deal is here, from what I see according to the documentation I should be able to do this? Hoping I'm looking over something simple here but this test worked in the older (ztombol/bats-assert) version. It seems that this behavior has changed slightly?