Add recipe for propcheck

quickcheck/hypothesis style testing for elisp
This commit is contained in:
Vedang Manerikar 2021-12-05 22:35:13 +05:30
parent 867d83f436
commit d0730f165c

6
recipes/propcheck.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name propcheck
:description "quickcheck/hypothesis style testing for elisp"
:type github
:pkgname "Wilfred/propcheck"
:minimum-emacs-version "26.1"
:depends (dash))