Migrate testing framework from fiveam to rove (#18)
* Migrate testing framework from fiveam to rove * Fix qlfile
This commit is contained in:
parent
5945e52207
commit
a071924927
8 changed files with 185 additions and 231 deletions
src
|
@ -49,7 +49,7 @@
|
|||
;;;; factory
|
||||
|
||||
(defun create-element (type props children)
|
||||
(make-instance
|
||||
(make-instance
|
||||
(cond ((functionp type) 'component)
|
||||
((eq type :<>) 'fragment)
|
||||
((eq type :html) 'html-tag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue