Skip to content

Commit

Permalink
[detest] add i/items
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurC committed Oct 8, 2024
1 parent 55848c9 commit 3b865d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/hyperfiddle/detest/incseq_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@
(let [ngn (dt/->engine)]
(t/is (nil?
(dt/exercise ngn (m/reductions i/patch-vec [] (rand-incseq ngn))))))))

(t/deftest detest-items
(dotimes [_ 1000]
(let [ngn (dt/->engine)]
(t/is (nil?
(dt/exercise ngn (i/items (rand-incseq ngn))))))))

0 comments on commit 3b865d0

Please sign in to comment.