Skip to content

Commit

Permalink
Remove failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed Sep 2, 2023
1 parent c6a51c8 commit 72df869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PDFiumLibrary } from '../src/index';
import { promises as fs } from 'fs';

test('adds 1 + 2 to equal 3', () => {
expect(1 + 2).toBe(4);
expect(1 + 2).toBe(3);
});

describe('PDFium', () => {
Expand Down

0 comments on commit 72df869

Please sign in to comment.