I'm building my app using backbone and react inside of a rails app. I saw that all the recommended test packages (jest, jasmine, etc) are all node based. From what I know, I can get node on my rails project but I'd prefer not to.
Is there a way to test with something like jest without node? Or is there another package that isn't based on node that works with react.