We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1eac3 commit ab61ee9Copy full SHA for ab61ee9
test/mockPDFPage.js
@@ -7,6 +7,9 @@ export default function mockPDFPage(width = 612, height = 792) {
7
},
8
9
render: function(renderOptions) {
10
+ return {
11
+ promise: Promise.resolve(true)
12
+ };
13
14
15
getTextContent: function() {
0 commit comments