1 2 3 4 5 6 7 8 9 10
//! Plugin-related E2E tests //! These tests are only compiled when the "plugins" feature is enabled. pub mod audit_mode; pub mod diff_cursor; pub mod git; pub mod gutter; pub mod lsp_find_references; pub mod plugin; pub mod theme_editor;