Skip to content

Commit

Permalink
apps/docs: vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Oct 5, 2023
1 parent a796b08 commit 5674e68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest",
"test:lint": "next lint --max-warnings=0 --format=compact"
},
"dependencies": {
Expand All @@ -20,6 +21,7 @@
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.16",
"postcss": "8.4.30",
"tailwindcss": "3.3.3"
"tailwindcss": "3.3.3",
"vitest": "0.34.5"
}
}
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5674e68

Please sign in to comment.