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