a7f7d9957d
21 test files covering components, composables, focus, lifecycle, and scheduler through the public render() API. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"name": "@vue-tui/runtime-tests",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vp test",
|
|
"check": "vp check"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.2",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"@vue-tui/runtime": "workspace:*",
|
|
"@vue-tui/testing": "workspace:*",
|
|
"typescript": "^6.0.3",
|
|
"vite-plus": "^0.1.20",
|
|
"vue": "^3.4.0"
|
|
}
|
|
}
|