fix: test

main
bokuweb 2025-03-11 13:09:22 +09:00
parent 0f65b00436
commit 9fbc75d6b2
7 changed files with 3391 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -220,6 +220,12 @@ describe("reader", () => {
const json = w.readDocx(buffer);
expect(json).toMatchSnapshot();
});
test("should read dstrike", () => {
const buffer = readFileSync("../fixtures/dstrike/dstrike.docx");
const json = w.readDocx(buffer);
expect(json).toMatchSnapshot();
});
});
describe("writer", () => {

Binary file not shown.