We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1f704 commit 97b3cceCopy full SHA for 97b3cce
src/utils/tests/test-helpers.ts
@@ -49,5 +49,5 @@ export async function testBin(
49
expect(status).toBe(0)
50
}
51
52
- expect(await io.which(name, true)).toBe(bin)
+ expect((await io.which(name, true)).includes(bin))
53
0 commit comments