Closed tryggvigy closed 1 week ago
I get a unit test failure on the cli version when running the tests locally. Maybe it'll pass in CI. Anyone know how to fix that?
I think it's because of a previous build, you can run bun build
and it should be alright (the cli tests use the built dist version).
Thanks @tryggvigy! Nested ternaries aren't marvellous, but heck.
:rocket: This pull request is included in v5.37.0. See Release 5.37.0 for release notes.
Using Knip in a commercial project? Please consider becoming a sponsor.
This PR
Adds support for custom
testEnvironment
files like:I get a unit test failure on the cli version when running the tests locally. Maybe it'll pass in CI. Anyone know how to fix that?