remove test that didn't exist

This commit is contained in:
MFCo
2025-08-26 15:11:16 +02:00
parent b1e21e7d9e
commit b18d935294
-1
View File
@@ -8,7 +8,6 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"test:integration": "node tests/vercel-sandbox-integration.test.js",
"test:api": "node tests/api-endpoints.test.js", "test:api": "node tests/api-endpoints.test.js",
"test:code": "node tests/code-execution.test.js", "test:code": "node tests/code-execution.test.js",
"test:all": "npm run test:integration && npm run test:api && npm run test:code" "test:all": "npm run test:integration && npm run test:api && npm run test:code"