Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/tests/test/commands.rs')
| -rw-r--r-- | helix-term/tests/test/commands.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-term/tests/test/commands.rs b/helix-term/tests/test/commands.rs index 20e8ac9a..90ff4cf0 100644 --- a/helix-term/tests/test/commands.rs +++ b/helix-term/tests/test/commands.rs @@ -4,6 +4,8 @@ use super::*; mod insert; mod movement; +mod reverse_selection_contents; +mod rotate_selection_contents; mod write; #[tokio::test(flavor = "multi_thread")] |