|
|
преди 7 месеца | |
|---|---|---|
| .. | ||
| .lsp | преди 7 месеца | |
| src | преди 7 месеца | |
| test | преди 7 месеца | |
| .gitignore | преди 7 месеца | |
| README.md | преди 7 месеца | |
| bb.edn | преди 7 месеца | |
| build.clj | преди 7 месеца | |
| deps.edn | преди 7 месеца | |
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.