From 7b9f89a41ae2579e941e8d23637aefe270030e4c Mon Sep 17 00:00:00 2001 From: fern-support <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:41:32 -0500 Subject: [PATCH] Restore test:integration script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 708c66e1..0f86aaa0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "prepack": "cp -rv dist/. .", "test": "yarn test:unit", "test:unit": "jest --testPathPattern=tests/unit", - "test:integration": "jest --testPathPattern=tests/integration" + "test:integration": "jest '.*tests\\/integration\\/(?!.*\\.serial\\.test\\.ts$).*\\.test\\.ts$'; jest '.*tests\\/integration\\/.*\\.serial\\.test\\.ts$' --runInBand" }, "dependencies": { "url-join": "4.0.1",