mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: frontend lint
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
electron.core/main
|
||||
electron.core/start
|
||||
electron.core/stop
|
||||
;; repl fn
|
||||
electron.search/query
|
||||
;; Used by shadow-cljs
|
||||
frontend.core/stop
|
||||
;; For repl
|
||||
@@ -89,4 +87,4 @@ frontend.worker.rtc.hash/hash-blocks
|
||||
;; Repl fn
|
||||
frontend.rum/use-atom-in
|
||||
;; missionary utils
|
||||
frontend.common.missionary-util/<!
|
||||
frontend.common.missionary-util/<!
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
test-helper/db-based-start-and-destroy-db
|
||||
(worker-fixtures/listen-test-db-fixture [:sync-db-to-main-thread]))
|
||||
|
||||
(deftest update-remote-data-by-local-unpushed-ops-test
|
||||
(deftest ^:large-vars/cleanup-todo update-remote-data-by-local-unpushed-ops-test
|
||||
(testing "case1"
|
||||
(let [[uuid1 uuid2] (repeatedly (comp str random-uuid))
|
||||
affected-blocks-map
|
||||
|
||||
Reference in New Issue
Block a user