Fix tests

This commit is contained in:
Dolan Miu
2023-06-12 19:19:41 +01:00
parent b6e5b23f89
commit d08349f8eb

View File

@ -361,7 +361,7 @@ describe("from-docx", () => {
},
},
}),
).rejects);
).rejects.toThrowError());
});
describe("Images", () => {
@ -398,7 +398,7 @@ describe("from-docx", () => {
},
},
}),
).rejects);
).rejects.toThrowError());
});
});
});