remove test that didn't exist
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user