test(rtc): add local-db-tx->remote-ops-test

This commit is contained in:
rcmerci
2024-02-28 17:14:19 +08:00
parent 3d069152e9
commit f5a79c4b61
2 changed files with 78 additions and 0 deletions

View File

@@ -72,6 +72,9 @@
[:map
[:block-uuid :uuid]]]]])
(def to-ws-ops-validator (m/validator [:sequential to-ws-op-schema]))
(def to-ws-ops-decoder (m/decoder [:sequential to-ws-op-schema] mt/string-transformer))
(def data-from-ws-schema
[:map
[:req-id :string]