We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0757454 commit e1c8c59Copy full SHA for e1c8c59
karma.conf.js
@@ -3,9 +3,9 @@ module.exports = function (config) {
3
basePath: '',
4
frameworks: ['jasmine'],
5
files: [
6
- 'bower_components/stackframe/stackframe.js',
+ 'node_modules/stackframe/stackframe.js',
7
'error-stack-parser.js',
8
- 'spec/captured-errors.js',
+ 'spec/fixtures/captured-errors.js',
9
'spec/spec-helper.js',
10
'spec/*-spec.js'
11
],
spec/captured-errors.js spec/fixtures/captured-errors.jsspec/captured-errors.js renamed to spec/fixtures/captured-errors.js
0 commit comments