Migrate testing framework from fiveam to rove ()

* Migrate testing framework from fiveam to rove

* Fix qlfile
This commit is contained in:
Akira Tempaku 2024-09-29 02:10:25 +09:00 committed by GitHub
commit a071924927
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 185 additions and 231 deletions

View file

@ -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)