Skip to content

Commit e1c8c59

Browse files
author
Eric Wendelin
committed
Move captured-errors to spec/fixtures
1 parent 0757454 commit e1c8c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module.exports = function (config) {
33
basePath: '',
44
frameworks: ['jasmine'],
55
files: [
6-
'bower_components/stackframe/stackframe.js',
6+
'node_modules/stackframe/stackframe.js',
77
'error-stack-parser.js',
8-
'spec/captured-errors.js',
8+
'spec/fixtures/captured-errors.js',
99
'spec/spec-helper.js',
1010
'spec/*-spec.js'
1111
],

0 commit comments

Comments
 (0)