We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf7adb commit 5421e16Copy full SHA for 5421e16
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"private": false,
20
"scripts": {
21
"test": "./scripts/run-and-test.sh",
22
- "only-run-tests": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
+ "only-run-tests": "vitest",
23
"buf": "./buf.gen.yaml",
24
"lint": "./node_modules/.bin/eslint src",
25
"build": "tsc",
@@ -36,14 +36,11 @@
36
"@eslint/eslintrc": "^3.2.0",
37
"@eslint/js": "^9.17.0",
38
"@protobuf-ts/plugin": "^2.9.4",
39
- "@types/jasmine": "^5.1.5",
40
- "@types/jest": "^29.5.14",
41
"@typescript-eslint/eslint-plugin": "^8.19.0",
42
"@typescript-eslint/parser": "^8.19.0",
43
"eslint": "^9.17.0",
44
"grpc-tools": "^1.12.4",
45
- "jasmine": "^5.5.0",
46
- "ts-node": "^10.9.2",
47
- "typescript": "^5.7"
+ "typescript": "^5.7",
+ "vitest": "^2.1.3"
48
}
49
0 commit comments