I am writing some cljs.test
tests for a clojurescript library and have some JSON
test data I would like to load in.
I'm unsure what function I can use to load the data from files local to the project.
I'm using lein-doo as the test runner, initially with a nodejs configuration, ideally I would like to load files in an agnostic manner if possible, but I'd be fine with a nodejs-specific answer.