diff --git a/qa-core/package.json b/qa-core/package.json index 6fb032cd04..dd6d559267 100644 --- a/qa-core/package.json +++ b/qa-core/package.json @@ -21,7 +21,7 @@ "api:test:ci": "start-server-and-test api:server:setup:ci http://localhost:4100/builder test", "api:test": "start-server-and-test api:server:setup http://localhost:4100/builder test", "api:test:local": "env-cmd jest --runInBand --testPathIgnorePatterns=\\\"\\/dataSources\\/\\\"", - "api:test:local:withDataSources": "env-cmd jest --runInBand" + "api:test:withDataSources": "env-cmd jest --runInBand" }, "jest": { "preset": "ts-jest",