hx: add tests for some Helix mode movements

This commit is contained in:
Igor Támara 2025-10-08 23:49:59 -05:00 committed by CJ van den Berg
parent a5dc6d8a43
commit a6f5ffcdc5
3 changed files with 122 additions and 40 deletions

View file

@ -733,6 +733,7 @@ pub fn build_exe(
tests.root_module.addImport("Buffer", Buffer_mod);
tests.root_module.addImport("color", color_mod);
tests.root_module.addImport("tui", tui_mod);
tests.root_module.addImport("command", command_mod);
// b.installArtifact(tests);
const test_run_cmd = b.addRunArtifact(tests);