aboutsummaryrefslogtreecommitdiff
path: root/test/functional/testterm.lua
Commit message (Collapse)AuthorAge
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
This module is generally used by any tests that need the full Nvim TUI instead of `screen.lua`. Thus it should live in `functional/` instead of in `functional/terminal/`.