Why can't we see the output of our tests on the beta?

Hello

I think there a bug here

Under the buttons there is
/**

  • Your output will go here.
  • Any console.log() statements
  • will appear in here as well.
    */

But the output never appear, only :
// running test
// tests completed

We can’t debug our code without knowing its output, is it normal ?

Edit: I just figured out we can see the console.log output in the browser console…