Files
typewriter/editor
Julien Calixte b548a8053e test(editor): split tests.rs into a src/tests submodule
The 2,708-line tests.rs is now one file per theme under src/tests/,
with every shared helper in mod.rs. These tests drive the whole Editor
and assert on private state, so they stay in-crate under #[cfg(test)]
rather than moving to a top-level tests/ integration dir. No test logic
changed; 224 tests still pass.
2026-07-14 14:11:17 +02:00
..