Revert "Including a test harness for it, and making sure the cursor is always at the end."

This reverts commit 97db77997f.
This commit is contained in:
Evan Senter
2025-04-18 18:29:27 +01:00
parent f330a87e50
commit dbf4c3a37c
12 changed files with 67 additions and 3269 deletions
+1 -5
View File
@@ -15,17 +15,13 @@
"format": "prettier --write ."
},
"devDependencies": {
"@testing-library/react": "^14.3.1",
"@vitejs/plugin-react": "^4.4.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"ink-testing-library": "^4.0.0",
"prettier": "^3.5.3",
"typescript-eslint": "^8.30.1",
"vitest": "^3.1.1"
"typescript-eslint": "^8.30.1"
}
}