Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Nov 1, 2024
1 parent e420106 commit a74b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser/polyfills.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var assert = require('assert');
var pdfmake = require('./../../build/pdfmake.js');
var pdfFonts = require('./../../build/vfs_fonts.js');
pdfmake.vfs = pdfFonts.pdfMake.vfs;
pdfmake.addVirtualFileSystem(pdfFonts);

describe('core-js polyfill', function () {
it('Object.isExtensible bug', async function () {
Expand Down

0 comments on commit a74b101

Please sign in to comment.