Skip to content

Commit

Permalink
Remove useless unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 4, 2024
1 parent fbf641a commit d460425
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-pdf/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { pdfjs, Document, Outline, Page, Thumbnail } from './index.js';

describe('default entry', () => {
describe('has pdfjs exported properly', () => {
it('has pdfjs exported properly', () => {
expect(pdfjs).toBeInstanceOf(Object);
});

it('has pdfjs.version exported properly', () => {
expect(typeof pdfjs.version).toBe('string');
});
Expand Down

0 comments on commit d460425

Please sign in to comment.