mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
milestone 1+2
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"Run tests. Pass args through to cmd 'yarn cljs:run-test'"
|
||||
[& args]
|
||||
(shell "yarn cljs:test")
|
||||
(apply shell "yarn cljs:run-test" args))
|
||||
(let [args* (or (seq args) ["-e" "long" "-e" "fix-me"])]
|
||||
(apply shell "yarn cljs:run-test" args*)))
|
||||
|
||||
(defn test-no-worker
|
||||
"Run tests without compiling worker namespaces. Pass args through to cmd 'yarn cljs:run-test-no-worker'"
|
||||
@@ -31,7 +32,7 @@
|
||||
pass args through to cmd 'yarn cljs:run-test'"
|
||||
[]
|
||||
(dev-lint/dev)
|
||||
(test "-e" "long" "-e" "fix-me"))
|
||||
(test))
|
||||
|
||||
(defn e2e-basic-test
|
||||
"Run e2e basic tests. HTTP server should be available at localhost:3001"
|
||||
|
||||
Reference in New Issue
Block a user