Skip to content

Commit

Permalink
fix(app): PDF.js mjs import
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed May 11, 2024
1 parent 4d5524b commit 092176b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PDFJS = require('pdfjs-dist/legacy/build/pdf.js');
import * as PDFJS from 'pdfjs-dist';

export const shell = require('child_process').spawnSync;
export const spawn = require('child_process').spawn;
Expand Down

0 comments on commit 092176b

Please sign in to comment.