From dc09bfd27074ac0edce816e421caba7d34520915 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Wed, 6 Aug 2025 11:38:34 +0200 Subject: [PATCH] Fix running integration tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3973d2e6..8b7273b8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "scripts": { "build": "tsc --project tsconfig.build.json", - "test:it": "jest --testPathPattern tests/it", + "test:it": "jest --testPathPatterns tests/it", "test:lint": "eslint . --flag unstable_ts_config", "publish": "yarn build && yarn npm publish" }