From 8b2737baa9d4f2502c1a9f0a8674857db834369d Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Tue, 30 May 2023 18:31:45 +0100 Subject: [PATCH] Remove temp command to only run datasource tests --- qa-core/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa-core/package.json b/qa-core/package.json index c5208b5d32..987fe36d7c 100644 --- a/qa-core/package.json +++ b/qa-core/package.json @@ -17,8 +17,7 @@ "test:smoke": "yarn run test --testPathIgnorePatterns=/.+\\.integration\\.spec\\.ts", "test:ci": "start-server-and-test dev:built http://localhost:4001/health test:smoke", "serve": "start-server-and-test dev:built http://localhost:4001/health", - "dev:built": "cd ../ && yarn dev:built", - "test:datasources": "jest --runInBand --json --outputFile=testResults.json --testPathPattern='datasources/.*\\.spec\\.(ts|js)$'" + "dev:built": "cd ../ && yarn dev:built" }, "devDependencies": { "@budibase/types": "^2.3.17",