Skip to content

Commit 80af19b

Browse files
committed
Add fixtures to karma CI conf
1 parent 6d040a0 commit 80af19b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.ci.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ module.exports = function(config) {
127127
'node_modules/stackframe/dist/stackframe.js',
128128
'stack-generator.js',
129129
'spec/spec-helper.js',
130-
'spec/*-spec.js'
130+
'spec/*-spec.js',
131+
{ pattern: 'spec/fixtures/**', included: false }
131132
],
132133
exclude: [],
133134
port: 9876,

0 commit comments

Comments
 (0)