fresh-editor 0.3.12

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
// Common test utilities

#[cfg(test)]
#[allow(dead_code)]
pub mod blog_showcase;
#[cfg(test)]
#[allow(dead_code)]
pub mod fake_lsp;
#[cfg(test)]
#[allow(dead_code)]
pub mod fixtures;
#[cfg(test)]
#[allow(dead_code)]
pub mod git_test_helper;
#[cfg(test)]
#[allow(dead_code)]
pub mod harness;
#[cfg(test)]
#[allow(dead_code)]
pub mod locale_lock;
#[cfg(test)]
#[allow(dead_code)]
pub mod scenario;
#[cfg(test)]
#[allow(dead_code)]
pub mod scrollbar;
#[cfg(test)]
#[allow(dead_code)]
pub mod timing;
#[cfg(test)]
#[allow(dead_code)]
pub mod tracing;
#[cfg(test)]
#[allow(dead_code)]
pub mod visual_testing;

// Note: Visual regression tests write their own documentation files independently.
// No destructor needed - each test is self-contained and parallel-safe.