I haven't successfully used jest tests in codesandbox before, but I heard it was zero config. I am trying now in this "Vanilla Static" template:
https://codesandbox.io/s/lr74k637mq
I created a PathStore.test.js - however the test console is never picking it up. Is there some configuration I have to do?
I thought to add "jest" as a dependency, so I did that, but its still not working.