You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even with the above fix, karma-webpack v5 has a bug that breaks the source map referencing: Source maps broken since v5 codymikol/karma-webpack#493. The proposed temporary solution (set splitChunks: false) does not work for us, because chunking is needed in the tests to load the mailparses and openpgp.js. Their next karma-webpack release will hopefully fix the problem.
The text was updated successfully, but these errors were encountered:
In tests, the line references given on error are off, due to two separate issues:
splitChunks: false
) does not work for us, because chunking is needed in the tests to load the mailparses and openpgp.js. Their next karma-webpack release will hopefully fix the problem.The text was updated successfully, but these errors were encountered: