Wally Tests
April 6, 2023 ยท View on GitHub
This repo contains some tests we are doing in the wild using Wally.
Book of Clerk
We are checking some parts of https://github.clerk.garden/nextjournal/book-of-clerk (unofficially) so we can harden Wally and also incentivize people to test projects they love (and I love Clerk).
Running tests locally
To run things locally, use
clj -M:test
Running tests in the CI
When a new PR is opened or a merge happens to main, the tests are
run in headless mode in Github Actions, see the the test
file.