Skip to content

Commit

Permalink
test: add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogfn committed Apr 25, 2024
1 parent e2ccaec commit b73bdd0
Show file tree
Hide file tree
Showing 21 changed files with 456 additions and 104 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typecheck": "tsc -p tsconfig.build.json --noEmit",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --watch --ui"
"test:ui": "vitest --coverage --ui"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
Expand All @@ -35,8 +35,11 @@
"@commitlint/cz-commitlint": "19.2.0",
"@eslint/js": "9.0.0",
"@faker-js/faker": "8.4.1",
"@jest-mock/express": "2.0.2",
"@types/express": "4.17.21",
"@types/supertest": "6.0.2",
"@vitest/coverage-istanbul": "1.5.0",
"@vitest/ui": "1.5.0",
"commitizen": "4.3.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
Expand All @@ -54,6 +57,7 @@
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prisma": "5.13.0",
"supertest": "7.0.0",
"ts-patch": "3.1.2",
"tsx": "4.7.2",
"typescript": "5.4.5",
Expand Down
Loading

0 comments on commit b73bdd0

Please sign in to comment.