Skip to content

Commit

Permalink
Fix stacktraces in client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 4, 2018
1 parent 8435153 commit 2bb627e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config-test.js
Expand Up @@ -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({
Expand Down

0 comments on commit 2bb627e

Please sign in to comment.