From 93acb538121cab36712f40f26fa287df93817de5 Mon Sep 17 00:00:00 2001 From: Skyler Hawthorne Date: Tue, 16 Aug 2022 21:28:41 -0400 Subject: add node boundary movement --- helix-term/tests/test/commands.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/tests/test/commands.rs') diff --git a/helix-term/tests/test/commands.rs b/helix-term/tests/test/commands.rs index b13c37bc..b3e13551 100644 --- a/helix-term/tests/test/commands.rs +++ b/helix-term/tests/test/commands.rs @@ -2,6 +2,7 @@ use helix_term::application::Application; use super::*; +mod movement; mod write; #[tokio::test(flavor = "multi_thread")] -- cgit v1.2.3-70-g09d2