Moar tests

This commit is contained in:
Conrad Irwin 2023-12-11 14:21:21 -07:00
parent d1805d8ada
commit 4942b1962b
3 changed files with 486 additions and 482 deletions

View file

@ -120,7 +120,8 @@ impl<'a> VimTestContext<'a> {
Vim::update(cx, |vim, cx| {
vim.switch_mode(mode, true, cx);
})
});
})
.unwrap();
self.cx.cx.cx.run_until_parked();
}