Open scottnonnenberg opened 8 years ago
I am getting the below error. please anyone help me on this
_mocha:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
SyntaxError: missing ) after argument list
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:607:28)
at Module.replacementCompile (V:\Users\mgafoozj\Downloads\sample-mocha-compilers-master\sample-mocha-compilers-master\node_modules\append-transform\index.js:58:13)
at Module._extensions..js (module.js:654:10)
at Object.
The resultant report is broken:
I've tried a number of things:
sourceMaps
babel-node
--embed-source
option to thenpm run test
command. Did this option get removed for v1?This additional processing step is important because I'm trying to combine server and client results - not just for an overall number, but also for a combined HTML report. And the babel processing seems to be making it difficult. I'm also looking into updating
karma-coverage
to output something thatistanbul report
can understand; sad that they are not immediately compatible!