mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
chore(clj-e2e): add alias :dev-run-rtc-extra-test
This commit is contained in:
@@ -74,6 +74,10 @@
|
||||
(->> (future (run-tests 'logseq.e2e.rtc-extra-test))
|
||||
(swap! *futures assoc :rtc-extra-test)))
|
||||
|
||||
(defn run-rtc-extra-test2
|
||||
[& _args]
|
||||
(run-tests 'logseq.e2e.rtc-extra-test))
|
||||
|
||||
(defn run-editor-basic-test
|
||||
[]
|
||||
(->> (future (run-tests 'logseq.e2e.editor-basic-test))
|
||||
|
||||
Reference in New Issue
Block a user