cycle-webpack-boilerplate
cycle-webpack-boilerplate copied to clipboard
source maps in test erorrs
When a test throws an error , the stack trace is that of the webpacked tes.js file, how do we get testem to print the stack trace based on the source maps?
The runtime build.js works well with source maps .
I will have to look into it, I assume I've not got source maps working with tests. Will investigate and get back to you 👍