From c205e5d9c2d5173c9ee43633f8ea0d9d1cdb0c50 Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Thu, 18 May 2023 17:36:21 +0000 Subject: [PATCH] Temporarily disabled integration tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 193d5c5..406198d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "ncc build -s --license license.txt", "test:lint": "eslint \"@(src|scripts)/**/*.ts\" && eslint --rule \"no-invalid-this: off\" tests/**/*.ts", "test:unit": "jest --testPathPattern=unit --watchAll=false", - "test:integration": "jest --testPathPattern=integration", + "test:integration": "jest --testPathPattern=integration --watchAll=false --passWithNoTests", "test": "npm run test:lint && npm run test:unit && npm run test:integration" }, "repository": {