Skip to content

Commit c5c8921

Browse files
committed
Use vitest here as well
1 parent 48c1bd2 commit c5c8921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js-dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"private": false,
1919
"scripts": {
2020
"test": "../scripts/run-and-test.sh",
21-
"only-run-tests": "jasmine --config=jasmine.json"
21+
"only-run-tests": "vitest"
2222
},
2323
"dependencies": {
2424
"@grpc/grpc-js": "^1.11.3",
2525
"google-protobuf": "^3.15.3"
2626
},
2727
"devDependencies": {
2828
"grpc-tools": "^1.11.2",
29-
"jasmine": "^5.3.0"
29+
"vitest": "^2.1.3"
3030
}
3131
}

0 commit comments

Comments
 (0)