diff options
author | Skyler Hawthorne | 2022-08-17 01:28:41 +0000 |
---|---|---|
committer | Michael Davis | 2023-08-01 14:41:42 +0000 |
commit | 93acb538121cab36712f40f26fa287df93817de5 (patch) | |
tree | b0ad0a3037d62750b4da6498a96b82758c25a18c /helix-term/tests/test/commands.rs | |
parent | 1d702ea191e9bf84566ea0008755d1ab53d19265 (diff) |
add node boundary movement
Diffstat (limited to 'helix-term/tests/test/commands.rs')
-rw-r--r-- | helix-term/tests/test/commands.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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")] |