Meteor-Community-Packages / meteor-mocha

A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.
https://packosphere.com/meteortesting/mocha
MIT License
67 stars 40 forks source link

<Tostring> issue #96

Closed NagamHaj closed 4 years ago

NagamHaj commented 4 years ago

Uncaught TypeError: Cannot read property 'toString' of undefined at Runner. (namespaces.coffee:1) at emitOne (xml.js:30) at Runner.emit (xml.js:30) at xml.js:30 at Runner.runTest (xml.js:30) at xml.js:30 at next (xml.js:30) at xml.js:30 at next (xml.js:30) at xml.js:30

I got this error after calling "meteor test --driver-package meteortesting:mocha" using "npm run test " The result appears in a bad way in localhost