Skip to content

Commit

Permalink
refactor: add vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cowjiang committed Jan 25, 2024
1 parent ed9892d commit e07d435
Show file tree
Hide file tree
Showing 5 changed files with 708 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "tauri build",
"info": "tauri info",
"tauri": "tauri",
"test": "vitest",
"vite:dev": "vite",
"vite:build": "tsc && vite build",
"preview": "vite preview"
Expand All @@ -33,9 +34,11 @@
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.2",
"vite": "^5.0.0"
"vite": "^5.0.0",
"vitest": "^1.2.1"
}
}
Loading

0 comments on commit e07d435

Please sign in to comment.