Fixed some neovim test context issues, added repeated commands in vim mode, and ported some tests to use the neovim testing strategy
This commit is contained in:
parent
b82db3a254
commit
515c1ea123
971 changed files with 838 additions and 11898 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::ops::{Deref, DerefMut};
|
||||
|
||||
use editor::test::EditorTestContext;
|
||||
use editor::test::{AssertionContextManager, EditorTestContext};
|
||||
use gpui::{json::json, AppContext, ViewHandle};
|
||||
use project::Project;
|
||||
use search::{BufferSearchBar, ProjectSearchBar};
|
||||
|
@ -82,6 +82,7 @@ impl<'a> VimTestContext<'a> {
|
|||
cx,
|
||||
window_id,
|
||||
editor,
|
||||
assertion_context: AssertionContextManager::new(),
|
||||
},
|
||||
workspace,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue