Skip to content

Commit a3b8b1e

Browse files
committed
Remove trace stack line from karma conf
1 parent 6aafb0a commit a3b8b1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

karma.conf.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
const webpack = require('webpack');
22
const path = require('path');
33

4-
process.traceDeprecation = true;
5-
64
let reporters = [
75
process.env.TRAVIS ? 'dots' : 'progress',
86
'coverage-istanbul'

0 commit comments

Comments
 (0)