Skip to content

Commit

Permalink
feat: add unitest
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed Jan 26, 2024
1 parent f0a6b9d commit 6a75a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Gemini API proxy on Vercel Edge.",
"scripts": {
"commit": "git-cz",
"ci:coverage": "npm run test",
"postinstall": "if [ -f ./scripts/postinstall.mjs ]; then node --experimental-modules ./scripts/postinstall.mjs; else exit 0; fi",
"preinstall": "if [ -f ./scripts/preinstall.mjs ]; then node --experimental-modules ./scripts/preinstall.mjs; else exit 0; fi",
"clear": "rimraf --glob ./libs",
Expand Down

0 comments on commit 6a75a9f

Please sign in to comment.