chore(explorer): run vitest in npm test
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 17s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-11 21:41:25 -07:00
parent e14b43e3fe
commit ca1394c579

View File

@@ -16,7 +16,7 @@
"start:next": "next start",
"lint": "eslint src libs next.config.js --ext .js,.jsx,.ts,.tsx",
"type-check": "tsc --noEmit -p tsconfig.check.json",
"test": "npm run lint && npm run type-check",
"test": "npm run lint && npm run type-check && npm run test:unit",
"test:unit": "vitest run"
},
"dependencies": {