aboutsummaryrefslogtreecommitdiff
path: root/helix-term/tests/integration.rs
diff options
context:
space:
mode:
authorSkyler Hawthorne2022-04-18 01:04:59 +0000
committerSkyler Hawthorne2022-06-19 03:54:03 +0000
commit36e5809f638028644d8a51e1ed2467ea402de170 (patch)
treef142ae9aea7efd94e9e3f62edb9f7aca27478e0a /helix-term/tests/integration.rs
parent267605d147587e120d765fa62333dd986a3cb5e6 (diff)
add test for ensuring the initial cursor on a newly opened file
Diffstat (limited to 'helix-term/tests/integration.rs')
-rw-r--r--helix-term/tests/integration.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/tests/integration.rs b/helix-term/tests/integration.rs
index a388cf6b..4b0a2346 100644
--- a/helix-term/tests/integration.rs
+++ b/helix-term/tests/integration.rs
@@ -25,4 +25,5 @@ mod integration {
mod auto_indent;
mod auto_pairs;
mod movement;
+ mod write;
}