From 5aa162efcd70bd74d8a9fad15e80b2807c0cd459 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Wed, 6 Nov 2019 11:22:35 +0100 Subject: [PATCH] chore(project): use source maps in tests --- test/config/karma.unit.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/config/karma.unit.js b/test/config/karma.unit.js index 3b154dbb..7e01068e 100644 --- a/test/config/karma.unit.js +++ b/test/config/karma.unit.js @@ -105,7 +105,8 @@ module.exports = function(karma) { 'node_modules', absoluteBasePath ] - } + }, + devtool: 'eval-source-map' } }); };