1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-07 07:55:50 +03:00

add unit tests for converting backend input events into Input

Этот коммит содержится в:
rhysd
2023-10-25 21:14:50 +09:00
родитель 60ed6f8693
Коммит 18d709f1d9
7 изменённых файлов: 376 добавлений и 48 удалений

Просмотреть файл

@@ -1,3 +1,3 @@
[alias]
watch-check = ["watch", "-x", "clippy --features search --examples --tests", "-x", "clippy --features tuirs-crossterm,search --no-default-features --examples --tests"]
watch-test = ["watch", "-x", "test --features=search", "-w", "src", "-w", "tests"]
watch-check = ["watch", "-x", "clippy --features=search,termwiz --examples --tests", "-x", "clippy --features tuirs-crossterm,search --no-default-features --examples --tests"]
watch-test = ["watch", "-x", "test --features=search,termwiz", "-w", "src", "-w", "tests"]