Fork me on GitHub
#squint
<
2022-11-11
>
Stefan10:11:19

I'm trying to use jest with react testing and writing my tests in ClojureScript. Works fine, except that jest doesn't understand which changed files to run tests for, because all files are created by shadow-cljs and hence in gitignore. Would this be a use case for squint, namely creating a transformer so that jest understands how to transform my cljs files to js? https://jestjs.io/docs/code-transformation Does anybody happen to have something like that lying around? 😉

👀 1