replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
298 stars 25 forks source link

Enable unit tests for browser clojurescript #93

Open jsmassa opened 1 year ago

jsmassa commented 1 year ago

Most of the tests are using the filestore to test features like encryption, serialization etc.

To make sure everything is working for clojurescript in the browser as well, we should use a store depending on the target platform.