Add tests

This commit is contained in:
Dolan Miu
2023-03-15 02:46:39 +00:00
parent 352511bb55
commit 811dd61562
12 changed files with 1138 additions and 11 deletions

View File

@ -55,7 +55,6 @@ const imageReplacer = new ImageReplacer();
export const patchDocument = async (data: InputDataType, options: PatchDocumentOptions): Promise<Buffer> => {
const zipContent = await JSZip.loadAsync(data);
const contexts = new Map<string, IContext>();
const file = {
Media: new Media(),