Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 273 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 273 Bytes

yesql-examples

An example of using the Yesql library with unit tests.

Usage

To run the tests either run in the terminal:

lein test

or in the REPL:

(use 'yesql-examples.core-test)
(run-tests)