Files
claudia/src-tauri/tests/sandbox/e2e/mod.rs
2025-06-19 19:24:01 +05:30

5 lines
133 B
Rust

//! End-to-end tests for sandbox integration with agents and Claude
#[cfg(test)]
mod agent_sandbox;
#[cfg(test)]
mod claude_sandbox;