mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
refactor: pipeline and batch transact
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
(ns frontend.util-test
|
||||
(:require [cljs.test :refer [deftest is testing run-tests]]
|
||||
[frontend.util :refer [find-first]]))
|
||||
[frontend.util :refer [find-first]]
|
||||
))
|
||||
|
||||
(deftest test-find-first
|
||||
(testing "find-first"
|
||||
(is (= 1 (find-first identity [1])))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user