mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 22:58:35 +00:00
✨ Add tests for common buffers namespace to the cljs test runner
This commit is contained in:
parent
91807151ba
commit
b97a3f9783
@ -7,6 +7,7 @@
|
||||
(ns common-tests.runner
|
||||
(:require
|
||||
[clojure.test :as t]
|
||||
[common-tests.buffer-test]
|
||||
[common-tests.colors-test]
|
||||
[common-tests.data-test]
|
||||
[common-tests.files-changes-test]
|
||||
@ -56,6 +57,7 @@
|
||||
(defn -main
|
||||
[& args]
|
||||
(t/run-tests
|
||||
'common-tests.buffer-test
|
||||
'common-tests.colors-test
|
||||
'common-tests.data-test
|
||||
'common-tests.files-changes-test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user