Skip to content

Commit d460425

Browse files
committed
Remove useless unit test
1 parent fbf641a commit d460425

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-pdf/src/index.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import { pdfjs, Document, Outline, Page, Thumbnail } from './index.js';
33

44
describe('default entry', () => {
55
describe('has pdfjs exported properly', () => {
6-
it('has pdfjs exported properly', () => {
7-
expect(pdfjs).toBeInstanceOf(Object);
8-
});
9-
106
it('has pdfjs.version exported properly', () => {
117
expect(typeof pdfjs.version).toBe('string');
128
});

0 commit comments

Comments
 (0)