0209d5b5aa
Adds 17 text tests from Ink: color (standard/hex/rgb/ansi256), background color, dim, bold, inversion, reactive remeasure, and edge cases. 4 tests skipped due to null-children yoga crash and constructor text lookup bug. Also fixes lastFrame() treating empty-string frames as undefined (Codex review feedback) and adds strip-ansi dev dependency. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
22 lines
477 B
JSON
22 lines
477 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.9.1",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"@vue-tui/runtime": "workspace:*",
|
|
"@vue-tui/testing": "workspace:*",
|
|
"chalk": "catalog:",
|
|
"strip-ansi": "catalog:",
|
|
"typescript": "^6.0.3",
|
|
"vite-plus": "^0.1.22",
|
|
"vue": "^3.5.34"
|
|
}
|
|
}
|