fix(skills): keep symlink test helpers in scope on merge
This commit is contained in:
parent
6bdcb4417c
commit
8a5e17d6f3
@ -1,8 +1,7 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::config::Config;
|
||||
use crate::skills::{handle_command, load_skills_with_config, skills_dir};
|
||||
use crate::SkillCommands;
|
||||
use crate::{config::Config, SkillCommands};
|
||||
use std::path::Path;
|
||||
use tempfile::TempDir;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user