Glitch issue tracker does not show assert messages

I write functional tests for issue tracker challenge e.g.

          assert.equal(res.status, 200, "status not equals to 200");
          done();

when a test fails it only displays test name on console without assert specific message :
1) No filter

How can I get the message ?