Skip to content

Commit

Permalink
Add Unit Tests
Browse files Browse the repository at this point in the history
Signed-off-by: charliehuang09 <[email protected]>
  • Loading branch information
charliehuang09 committed Mar 29, 2024
1 parent 30e7735 commit 1a2b6a3
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 25 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint --debug --max-warnings 3 .",
"lint:fix": "prettier --write . && eslint --fix ."
"lint:fix": "prettier --write . && eslint --fix .",
"test": "vitest"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand All @@ -32,7 +33,8 @@
"tailwindcss": "^3.4.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.0.12",
"vitest": "^1.4.0"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 1a2b6a3

Please sign in to comment.