We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1193e97 commit 8ef3ec4Copy full SHA for 8ef3ec4
1 file changed
test/native_errors.test.ts
@@ -55,7 +55,7 @@ describe('Native LZMA Error Codes', () => {
55
}).toThrow();
56
});
57
58
- it('should fail with negative threads', () => {
+ it.skipIf(!lzma.hasThreads())('should fail with negative threads', () => {
59
expect(() => {
60
new lzma.Xz({
61
check: lzma.check.CRC32,
0 commit comments