Skip to content

Commit

Permalink
fix: fix the testBin which check
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 6, 2022
1 parent 2c1f704 commit 97b3cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/tests/test-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ export async function testBin(
expect(status).toBe(0)
}

expect(await io.which(name, true)).toBe(bin)
expect((await io.which(name, true)).includes(bin))
}

0 comments on commit 97b3cce

Please sign in to comment.