From c6a51c866e0e725039cc15c90641b1dbc69e2e6a Mon Sep 17 00:00:00 2001 From: Yevhenii Hyzyla Date: Sat, 2 Sep 2023 22:07:38 +0200 Subject: [PATCH] =?UTF-8?q?Check=20failed=20test=20=E2=9A=93=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index b41dfa1..f6e07aa 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -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(3); + expect(1 + 2).toBe(4); }); describe('PDFium', () => {