So I am using the Nashorn engine to execute some JS code (Ecmascript 5.1) and I want to add Jest logic to the JS file for testing. I guess my question is: Will the Nashorn engine be able to understand the Jest code? Or is Jest ES6+