diff --git a/package.json b/package.json index e9c8a66..5e08d23 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "build": "next build", "start": "next start", "lint": "next lint", - "test:integration": "node tests/vercel-sandbox-integration.test.js", "test:api": "node tests/api-endpoints.test.js", "test:code": "node tests/code-execution.test.js", "test:all": "npm run test:integration && npm run test:api && npm run test:code"