datastar/sdk/clojure/sdk-tests
JeremS 65a301da9e
Fixing issue #571 / minor changes, improvements (#590)
* Refactor: Ring jetty adapter is now a generic ring adapter

Minor changes:

- Properly eliding SSE retry duration
- Added a small utility in the main api.
- Added a new option to the ->sse-response functions to support
  modifying the HTTP response status.
- Fixed typos and errors in the docs.
- using consts version number.
- Prepared tests for rj9a
- Properly killing webrivers when shutting down tests

* Docs: fixing the fixed typo
2025-02-04 08:15:06 -06:00
..
src Fixing issue #571 / minor changes, improvements (#590) 2025-02-04 08:15:06 -06:00
README.md Clojure SDK (#540) 2025-01-29 16:28:08 -06:00
deps.edn Fixing issue #571 / minor changes, improvements (#590) 2025-02-04 08:15:06 -06:00

README.md

SDK tests

This is where the code for the generic tests lives.

Running the test app

  • repl:
clojure -M:repl -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]"
  • main:
clojure -M -m starfederation.datastar.clojure.sdk-test.main