From 32a4f9aac2dd65855b647c5857dd48c72ef5cf5a Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Thu, 14 Jan 2021 15:40:01 +0100 Subject: [PATCH] Fix incorrect sourcemap line mapping in tests --- karma.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/karma.conf.js b/karma.conf.js index e6137ff26c..c87f2d3770 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -162,6 +162,7 @@ function createEsbuildPlugin() { const tmp = await babel.transformAsync(result, { filename: args.path, + sourceMaps: 'inline', plugins: [ coverage && [ 'istanbul',