We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf641a commit d460425Copy full SHA for d460425
packages/react-pdf/src/index.spec.ts
@@ -3,10 +3,6 @@ import { pdfjs, Document, Outline, Page, Thumbnail } from './index.js';
3
4
describe('default entry', () => {
5
describe('has pdfjs exported properly', () => {
6
- it('has pdfjs exported properly', () => {
7
- expect(pdfjs).toBeInstanceOf(Object);
8
- });
9
-
10
it('has pdfjs.version exported properly', () => {
11
expect(typeof pdfjs.version).toBe('string');
12
});
0 commit comments