mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
✨ feat: more tests, refactored
This commit is contained in:
+8
-1
@@ -9,12 +9,15 @@
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"build": "turbo run build",
|
||||
"check": "bun run typecheck && bun run test",
|
||||
"lint": "turbo run lint",
|
||||
"test": "turbo run test",
|
||||
"test:unit": "turbo run test",
|
||||
"test:coverage": "turbo run test -- --coverage",
|
||||
"test:e2e": "playwright test",
|
||||
"typecheck": "turbo run typecheck",
|
||||
"format": "prettier --write ."
|
||||
"format": "prettier --write .",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.59.1",
|
||||
@@ -22,6 +25,10 @@
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/node": "^25.6.0",
|
||||
"@vitest/coverage-v8": "4.1.5",
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "^16.2.6",
|
||||
"husky": "^9.1.7",
|
||||
"jsdom": "^29.1.1",
|
||||
"prettier": "^3.8.3",
|
||||
"turbo": "^2.9.9",
|
||||
|
||||
Reference in New Issue
Block a user