Add back other unit tests. Disable worker.

This commit is contained in:
Brendan Dahl 2012-04-12 18:09:25 -07:00
parent 3925e37417
commit 19c0c6a983
2 changed files with 7 additions and 0 deletions

View file

@ -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() {