I'm writing library that targets both Java and JS and have problem with the tests. Ideally I'd like to write one test file conforming to the lowest common denominator because the library API and the behavior is designed to be target agnostic.
Did some helper functions and macros for the testing and can't find a way to make the macros resolve the async library for compiling to cljs. The only thing that comes to mind is to have the macros twice using the proper fully-qualified function name but that's very brutish and I'd expect there to be better way.