From 1922dbc489ae92e4870e61cc3c8a22f502d069ff Mon Sep 17 00:00:00 2001 From: Bob Zhao Date: Thu, 6 Feb 2025 14:57:58 -0500 Subject: [PATCH] woops --- query-connector/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/query-connector/package.json b/query-connector/package.json index d490ae8d..fd3c0b41 100644 --- a/query-connector/package.json +++ b/query-connector/package.json @@ -13,10 +13,10 @@ "start": "NODE_TLS_REJECT_UNAUTHORIZED=0 node .next/standalone/server.js", "lint": "next lint", "test": "npm run test:unit && npm run test:integration", - "test:ci": " bash ./unit_and_integration.sh", + "test:ci": " bash ./unit_and_integration_tests.sh", "test:unit": "jest --testPathIgnorePatterns='/e2e/' '/integration/'", "test:unit:watch": "jest --watch", - "test:integration": "JUST_INTEGRATION=true bash ./unit_and_integration.sh", + "test:integration": "JUST_INTEGRATION=true bash ./unit_and_integration_tests.sh", "test:playwright": "docker compose -f ./docker-compose-e2e.yaml build --no-cache && docker compose -f ./docker-compose-e2e.yaml up -d && npx playwright test --reporter=list", "test:playwright:local": "dotenv -e ./.env -- npx playwright test --ui", "cypress:open": "cypress open",