borkdude / quickblog

Light-weight static blog engine for Clojure and babashka
https://blog.michielborkent.nl/
MIT License
165 stars 28 forks source link

Fix test runner #93

Closed jmglov closed 7 months ago

jmglov commented 7 months ago

See https://github.com/babashka/cli/pull/79

Running a single test now works:

$ bb test --only quickblog.api-test/migrate

Running tests in #{"test"}

Testing quickblog.api-test

Ran 1 tests containing 1 assertions.
0 failures, 0 errors.