Skip to content

Commit

Permalink
chore: add test coverage and ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Sep 27, 2023
1 parent 3ba63ab commit 6a74d95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"generate": "stepci generate ./specs/openapi.yaml ./specs/generated.yaml",
"start": "bun app.ts",
"start:prod": "node dist/app.js",
"test": "bunx vitest run"
"test": "bunx vitest run",
"test:ui": "bunx vitest run --ui",
"test:watch": "bunx vitest run --watch",
"test:coverage": "bunx vitest run --coverage"
},
"dependencies": {
"@fastify/cors": "8.4.0",
Expand All @@ -28,6 +31,8 @@
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@vitest/coverage-c8": "0.33.0",
"@vitest/coverage-v8": "^0.34.5",
"@vitest/ui": "^0.34.5",
"bun-types": "latest",
"eslint": "8.50.0",
"eslint-config-productsway": "1.3.0",
Expand Down

0 comments on commit 6a74d95

Please sign in to comment.