mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
🧪 Add Vitest testing framework with basic composition test
Set up testing infrastructure using Vitest and React Testing Library. Add test verifying empty MyComposition renders without errors. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -20,18 +20,25 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@remotion/eslint-config-flat": "4.0.409",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/react": "19.2.7",
|
||||
"@types/three": "^0.182.0",
|
||||
"@types/web": "0.0.166",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"eslint": "9.19.0",
|
||||
"jsdom": "^27.4.0",
|
||||
"prettier": "3.6.0",
|
||||
"typescript": "5.9.3"
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "^4.0.18"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "remotion studio",
|
||||
"build": "remotion bundle",
|
||||
"upgrade": "remotion upgrade",
|
||||
"lint": "eslint src && tsc"
|
||||
"lint": "eslint src && tsc",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
|
||||
Reference in New Issue
Block a user