mirror of
https://github.com/penpot/penpot.git
synced 2026-07-28 08:56:42 +00:00
✨ Print the current seed on test.check fail
This commit is contained in:
parent
cc7f0b145c
commit
29cc6b4f9c
@ -60,6 +60,7 @@
|
|||||||
(let [smallest (-> params :shrunk :smallest vec)]
|
(let [smallest (-> params :shrunk :smallest vec)]
|
||||||
(println)
|
(println)
|
||||||
(println "Condition failed with the following params:")
|
(println "Condition failed with the following params:")
|
||||||
|
(println "Seed:" (:seed params))
|
||||||
(println)
|
(println)
|
||||||
(pp/pprint smallest)))
|
(pp/pprint smallest)))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user