Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / recovery-kit / standard-fonts.test.ts
blobaf8e584afdecf57c63d8c5277d7b22053d29ad95
1 /**
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.
4  */
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');
11     });
12 });