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.
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
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