'Run the Tests' not working (React and Redux - Front End Libraries)

Getting Started with React Redux

Above is a link to the page I’m having trouble with. In the console below my code it says /* Your test output will go here. */ and then when I click ‘Run the Tests’, no matter how long I wait or what the code is, it just says // running tests. I’ve tried it both with code that should pass all tests and immediately after clicking ‘Reset All Code’ to try it before changing anything.

Also, it was working for me before. I actually already completed the page that I linked at the top of the post and was just doing it again for review before starting on the second challenge (which I have not completed yet). The ‘Run the Tests’ button is not working for me with either page/challenge.

Edit: This following error is logged to the browser console after clicking the ‘Run the Tests’ button:

bootstrap:63 Uncaught (in promise) TypeError: Cannot read property 'call' of undefined
    at o (VM154 frame-runner.js:1)
    at Object.<anonymous> (VM161 vendors~enzyme~enzyme-adapter.js:8)
    at Object.<anonymous> (VM161 vendors~enzyme~enzyme-adapter.js:8)
    at o (VM154 frame-runner.js:1)
    at Object.<anonymous> (VM161 vendors~enzyme~enzyme-adapter.js:8)
    at o (VM154 frame-runner.js:1)
    at Object.<anonymous> (VM161 vendors~enzyme~enzyme-adapter.js:8)
    at o (VM154 frame-runner.js:1)
    at Object.<anonymous> (VM161 vendors~enzyme~enzyme-adapter.js:8)
    at o (VM154 frame-runner.js:1)

I am also getting this issue and have tried on multiple devices

I am in just the React section, and have a similar problem with the tests not running on “Create Simple JSX Element”. I’m following in case it can be resolved the same way. This is what I found in the console:

Uncaught (in promise) TypeError: Cannot read property 'call' of undefined
    at o (bootstrap:63)
    at Object.<anonymous> (_stream_readable.js:72)
    at Object.<anonymous> (vendors~enzyme~enzyme-adapter.js:8)
    at o (bootstrap:63)
    at Object.<anonymous> (readable-browser.js:1)
    at o (bootstrap:63)
    at Object.<anonymous> (index.js:28)
    at o (bootstrap:63)
    at Object.<anonymous> (parser_stream.js:3)
    at o (bootstrap:63)

I noticed the same thing and posted before finding this thread:

Might be a problem with dependencies they have:

We have just invalidated our CDN cache to fix this, can you all please try and check again? Here is a thread if you want to learn more: