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
|
@ -37,6 +37,7 @@ pub fn run_test(
|
|||
u64,
|
||||
bool,
|
||||
)),
|
||||
fn_name: String,
|
||||
) {
|
||||
// let _profiler = dhat::Profiler::new_heap();
|
||||
|
||||
|
@ -78,6 +79,7 @@ pub fn run_test(
|
|||
font_cache.clone(),
|
||||
leak_detector.clone(),
|
||||
0,
|
||||
fn_name.clone(),
|
||||
);
|
||||
cx.update(|cx| {
|
||||
test_fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue