|
|
5 months ago | |
|---|---|---|
| .. | ||
| .clj-kondo | 6 months ago | |
| .lsp | 6 months ago | |
| dev | 5 months ago | |
| src | 5 months ago | |
| test | 5 months ago | |
| .cljfmt.edn | 6 months ago | |
| .gitignore | 6 months ago | |
| README.md | 6 months ago | |
| bb.edn | 6 months ago | |
| build.clj | 6 months ago | |
| deps.edn | 5 months ago | |
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.