FrostDigital/flink-framework

[create-flink-app] Improve stacktraces in jasmine reporter

Opened this issue · 0 comments

joelso commented
  • Enable source maps in tsconfig.json "sourceMap": true
  • Install source-map-support npm install source-map-support --save-dev
  • Register it in jasmine spec runner require('source-map-support').install()
  • Enable pretty stacktraces in runner/reporter config require('source-map-support').install()