Files
vue-tui/packages/runtime-tests/package.json
T
Yunfei He 0209d5b5aa test: port Ink text tests (13 passing, 4 skipped)
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>
2026-05-25 21:39:10 +08:00

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"
}
}