Newer
Older
TelosDB / src / backend / tests / test_tauri_only.rs
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 9 hours ago 125 bytes refactor(journals): mask absolute paths and update environment docs
#[test]
fn test_tauri_full_init() {
    let _app = tauri::test::mock_app();
    println!("Mock app created successfully");
}