Skip to content

Commit b1ac0ea

Browse files
committed
tmp
1 parent b7a1327 commit b1ac0ea

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • crates/emmylua_code_analysis/src/config

crates/emmylua_code_analysis/src/config/mod.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,13 @@ fn get_luarocks_deploy_dir() -> String {
222222
})
223223
.unwrap_or_default()
224224
}
225+
226+
#[cfg(test)]
227+
mod test {
228+
use super::pre_process_path;
229+
230+
#[test]
231+
fn pre_proc_path() {
232+
panic!()
233+
}
234+
}

0 commit comments

Comments
 (0)