chore(project): use source maps in tests
This commit is contained in:
parent
03d9801ec1
commit
5aa162efcd
|
@ -105,7 +105,8 @@ module.exports = function(karma) {
|
||||||
'node_modules',
|
'node_modules',
|
||||||
absoluteBasePath
|
absoluteBasePath
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
devtool: 'eval-source-map'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue