v0.3.8-pre.002-fix.001

This commit is contained in:
2026-09-03 11:31:41 +02:00
parent 6a1892792c
commit 74890a6268
8 changed files with 243 additions and 22 deletions

View File

@@ -1,8 +1,10 @@
// file: crates/ksp-app-store-desk/tests/desktop_security.rs
// version: 1
// version: 2
//! Security boundary tests for the Store Desk scaffold.
fn parse_json(source: &str) -> serde_json::Result<serde_json::Value> {
serde_json::from_str::<serde_json::Value>(source)
return serde_json::from_str::<serde_json::Value>(source);
}
#[test]