We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aafb0a commit a3b8b1eCopy full SHA for a3b8b1e
karma.conf.js
@@ -1,8 +1,6 @@
1
const webpack = require('webpack');
2
const path = require('path');
3
4
-process.traceDeprecation = true;
5
-
6
let reporters = [
7
process.env.TRAVIS ? 'dots' : 'progress',
8
'coverage-istanbul'
0 commit comments