Skip to content

Commit ed570d6

Browse files
remove unused tests
1 parent 6140906 commit ed570d6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.test

Whitespace-only changes.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"dev": "next dev --turbopack",
88
"build": "next build",
99
"start": "next start",
10-
"lint": "next lint",
11-
"test:api": "node tests/api-endpoints.test.js",
12-
"test:code": "node tests/code-execution.test.js",
13-
"test:all": "npm run test:integration && npm run test:api && npm run test:code"
10+
"lint": "next lint"
1411
},
1512
"dependencies": {
1613
"@ai-sdk/anthropic": "^2.0.1",

0 commit comments

Comments
 (0)