mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-30 04:37:28 -08:00
parent
e2c655bc16
commit
7d881ce709
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,7 @@ mod test {
|
|||
use super::copy_to_wsl_clipboard;
|
||||
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn copy_to_wsl_test() -> std::result::Result<(), nvim_oxi::Error> {
|
||||
|
||||
if !wsl::is_wsl() {
|
||||
|
@ -138,6 +139,7 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn check_if_folder_exist() {
|
||||
if !wsl::is_wsl() {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue