mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Add back other unit tests. Disable worker.
This commit is contained in:
parent
3925e37417
commit
19c0c6a983
2 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
'use strict';
|
||||
|
||||
describe('api', function() {
|
||||
// TODO run with worker enabled
|
||||
PDFJS.disableWorker = true;
|
||||
var basicApiUrl = '/basicapi.pdf';
|
||||
function waitsForPromise(promise) {
|
||||
waitsFor(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue