mirror of https://github.com/aminya/setup-cpp
fix: fix the testBin which check
This commit is contained in:
parent
2c1f704299
commit
97b3cceeb0
|
@ -49,5 +49,5 @@ export async function testBin(
|
||||||
expect(status).toBe(0)
|
expect(status).toBe(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(await io.which(name, true)).toBe(bin)
|
expect((await io.which(name, true)).includes(bin))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue