Skip to content

Commit

Permalink
Merge pull request #86 from krowter/test/add-unit-test
Browse files Browse the repository at this point in the history
chore(frontend): add unit tests
  • Loading branch information
elianiva authored Oct 8, 2023
2 parents 18560fa + 2cda1ce commit 82f24bb
Show file tree
Hide file tree
Showing 11 changed files with 1,044 additions and 4 deletions.
5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"build.types": "tsc --incremental --noEmit",
"dev": "vite --mode ssr",
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
"test": "vitest --run",
"test.watch": "vitest",
"fmt": "prettier --write .",
"fmt.check": "prettier --check .",
"lint": "eslint src",
Expand All @@ -31,7 +33,8 @@
"prettier": "3.0.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.1"
"vite-tsconfig-paths": "4.2.1",
"vitest": "^0.34.6"
},
"dependencies": {
"@builder.io/qwik": "1.2.12",
Expand Down
Loading

0 comments on commit 82f24bb

Please sign in to comment.