mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-23 12:46:43 +00:00
test: add test about path completion (#972)
This commit is contained in:
parent
969cc6d339
commit
f665d7c50c
5 changed files with 75 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ pub fn run_with_ctx<T>(
|
|||
Some("example package (mock).".into()),
|
||||
)]
|
||||
});
|
||||
ctx.test_completion_files(Vec::new);
|
||||
ctx.test_completion_files(|| paths.clone());
|
||||
ctx.test_files(|| paths);
|
||||
f(&mut ctx, p)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue