|
5 月之前 | |
---|---|---|
.. | ||
.clj-kondo | 5 月之前 | |
.lsp | 6 月之前 | |
dev | 5 月之前 | |
src | 5 月之前 | |
test | 5 月之前 | |
.cljfmt.edn | 6 月之前 | |
.gitignore | 6 月之前 | |
README.md | 6 月之前 | |
bb.edn | 5 月之前 | |
build.clj | 5 月之前 | |
deps.edn | 5 月之前 |
e2e tests for Logseq app.
Before running tests, ensure the following:
bb serve
.Then, run the project's tests:
$ clojure -T:build test
If you would like to run individual tests, pass options to the test runner through clojure -M:test
. For example, add a ^:focus
on a test and then run clojure -M:test -i focus
.