Skip to content

Commit 36a80eb

Browse files
author
Eric Wendelin
committed
Fixup Karma CI config.
1 parent 7d6a936 commit 36a80eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.ci.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ module.exports = function (config) {
3636
basePath: '',
3737
frameworks: ['jasmine'],
3838
files: [
39-
'bower_components/stackframe/stackframe.js',
39+
'node_modules/stackframe/stackframe.js',
4040
'error-stack-parser.js',
41-
'spec/captured-errors.js',
41+
'spec/fixtures/captured-errors.js',
4242
'spec/spec-helper.js',
4343
'spec/*-spec.js'
4444
],

0 commit comments

Comments
 (0)