Skip to content

Commit b848569

Browse files
committed
Report coverage for stackframe.js
1 parent 0a7451b commit b848569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function (config) {
1919
browsers: ['PhantomJS'],
2020
reporters: ['spec', 'saucelabs', 'coverage', 'coveralls'],
2121
preprocessors: {
22-
'error-stack-parser.js': 'coverage'
22+
'stackframe.js': 'coverage'
2323
},
2424
coverageReporter: {
2525
type: 'lcov',

0 commit comments

Comments
 (0)