We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb97e6b + 9a247e5 commit 2979253Copy full SHA for 2979253
1 file changed
test/unit/jasmine-boot.js
@@ -117,9 +117,8 @@ async function initializePDFJS(callback) {
117
"The `gulp unittest` command cannot be used in Node.js environments."
118
);
119
}
120
- // Configure the worker. Point at the raw source so the webserver can
121
- // instrument it on request and the worker accumulates `__coverage__`.
122
- GlobalWorkerOptions.workerSrc = "../../src/pdf.worker.js";
+ // Configure the worker.
+ GlobalWorkerOptions.workerSrc = "../../build/generic/build/pdf.worker.mjs";
123
124
callback();
125
0 commit comments