Skip to content

Commit

Permalink
fix: fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jul 2, 2024
1 parent bc55708 commit 7c008ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/streamer/src/parsers/nav.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe(`Given ncx toc with prefix`, () => {
size: 0,
},
],
close: () => Promise.resolve()
}

const result = await parseToc(opfXmlDoc, archive, {
Expand Down Expand Up @@ -74,6 +75,7 @@ describe("Given a base url with a slash at the end", () => {
size: 0,
},
],
close: () => Promise.resolve()
}

const result = await parseToc(opfXmlDoc, archive, {
Expand Down

0 comments on commit 7c008ad

Please sign in to comment.