Skip to content

Commit fd7c0a4

Browse files
committed
test (WIP)
1 parent 97ea052 commit fd7c0a4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

crates/emmylua_code_analysis/src/config/pre_process.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,13 @@ fn get_luarocks_deploy_dir() -> String {
178178
})
179179
.unwrap_or_default()
180180
}
181+
182+
#[cfg(test)]
183+
mod test {
184+
use super::pre_process_path;
185+
186+
#[test]
187+
fn pre_proc_path() {
188+
todo!()
189+
}
190+
}

0 commit comments

Comments
 (0)