2 * This is a test to ensure the bigint polyfill patch is applied. It is intended to catch a scenario where the
3 * ed25519 library may get updated and we won't get notified through the yarn install.
5 describe('pdf-lib', () => {
6 it('should use the minified build of @pdf-lib/standard-fonts', () => {
7 const file = require('@pdf-lib/standard-fonts/package.json');
8 expect(file.module).toBe('dist/standard-fonts.min.js');
9 expect(file.main).toBe('dist/standard-fonts.min.js');
10 expect(file.unpkg).toBe('dist/standard-fonts.min.js');