Fix tests

This commit is contained in:
Dolan Miu
2023-06-12 19:02:12 +01:00
parent eeee01a0e0
commit 8dd8c079e7

View File

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