v0.3.8-pre.008-fix.001

This commit is contained in:
2026-09-03 19:59:25 +02:00
parent 489d686023
commit 8c23625fee
4 changed files with 71 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-app-store-desk/tests/desktop_contract.rs
// version: 7
// version: 8
//! Desktop template and frontend contract tests for the Store Desk scaffold.
@@ -245,7 +245,7 @@ fn pre_008_account_ipc_maps_datatables_filters_counts_and_bounded_detail_without
assert!(tauri.contains("store_get_account_detail"));
assert!(frontend.contains("store_query_accounts"));
assert!(frontend.contains("store_get_account_detail"));
assert!(frontend.contains("pubkey: pubkey === "" ? null : pubkey"));
assert!(frontend.contains(r#"pubkey: pubkey === "" ? null : pubkey"#));
assert!(frontend.contains("recordsTotalDecimal"));
assert!(frontend.contains("recordsFilteredDecimal"));
assert!(frontend.contains("data-account-detail"));