Merge pull request #2751 from thelounge/xPaw-patch-1
Fix stacktraces in client tests
This commit is contained in:
commit
b57f2e9ad6
@ -4,6 +4,7 @@ const path = require("path");
|
||||
const config = require("./webpack.config.js");
|
||||
|
||||
config.target = "node";
|
||||
config.devtool = "eval";
|
||||
|
||||
// Instrumentation for coverage with Istanbul
|
||||
config.module.rules.push({
|
||||
|
Loading…
Reference in New Issue
Block a user