init: push source
This commit is contained in:
9
src-tauri/tests/sandbox/mod.rs
Normal file
9
src-tauri/tests/sandbox/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Comprehensive test suite for sandbox functionality
|
||||
//!
|
||||
//! This test suite validates the sandboxing capabilities across different platforms,
|
||||
//! ensuring that security policies are correctly enforced.
|
||||
#[macro_use]
|
||||
pub mod common;
|
||||
pub mod unit;
|
||||
pub mod integration;
|
||||
pub mod e2e;
|
Reference in New Issue
Block a user