Use the bundled PDF tools

This commit is contained in:
Martynas Bagdonas 2018-01-15 19:09:38 +02:00
commit 0d5ea8520a
15 changed files with 42 additions and 954 deletions

View file

@ -7,8 +7,7 @@ describe("PDF Recognition", function() {
this.timeout(60000);
// Load Zotero pane and install PDF tools
yield Zotero.Promise.all([
loadZoteroPane().then(w => win = w),
installPDFTools(),
loadZoteroPane().then(w => win = w)
]);
});