Skip to content

Commit 58df642

Browse files
author
Guiners
committed
fixing failed tests
1 parent 706cf4b commit 58df642

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

package.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,9 @@
1414
"scripts": {
1515
"lint": "gts check",
1616
"fix": "gts fix",
17-
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js",
17+
"test": "echo 'Please run tests in each sample directory.' && exit 1",
1818
"generate-ci": "node .github/workflows/utils/generate.js"
1919
},
20-
"dependencies": {
21-
"commander": "^12.0.0",
22-
"eslint": "^8.57.0",
23-
"@google/genai": "1.20.0",
24-
"axios": "^1.6.2",
25-
"google-auth-library": "^10.3.0",
26-
"luxon": "^3.7.1",
27-
"node-fetch": "^2.7.0",
28-
"openai": "^5.19.1",
29-
"supertest": "^7.0.0"
30-
},
3120
"devDependencies": {
3221
"@typescript-eslint/eslint-plugin": "^8.0.0",
3322
"@typescript-eslint/parser": "^8.0.0",
@@ -39,10 +28,10 @@
3928
"mocha": "^10.2.0",
4029
"nunjucks": "^3.2.4",
4130
"prettier": "^3.0.3",
42-
"typescript": "^5.0.4",
43-
"chai": "^4.5.0",
44-
"proxyquire": "^2.1.3",
45-
"sinon": "^18.0.0",
46-
"uuid": "^10.0.0"
31+
"typescript": "^5.0.4"
32+
},
33+
"dependencies": {
34+
"commander": "^12.0.0",
35+
"eslint": "^8.57.0"
4736
}
4837
}

0 commit comments

Comments
 (0)