Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Feb 6, 2025
1 parent 94b8fe4 commit 1922dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1922dbc

Please sign in to comment.