From b18d93529427ac43c1cbe6e42db67deb502029b4 Mon Sep 17 00:00:00 2001 From: MFCo Date: Tue, 26 Aug 2025 15:11:16 +0200 Subject: [PATCH] remove test that didn't exist --- package.json | 1 - 1 file changed, 1 deletion(-) 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"