Random Quote Machine Tests failing on Codesandbox but working everywhere else?

Here’s my codesandbox - https://codesandbox.io/s/8zq9z97kvj

I don’t know where else to host it for the FCC front end cert because I used create react app and can’t host that on codepen. I checked many times but two tests keep failing up here on codesandbox and not anywhere else.

So where is your animate() function created? Not from React, or jQuery, or another library. And animate() is not a stock DOM method.

Yeah i was tinkering and it somehow worked in my local project but removing that from codesandbox fixed it. Thanks.