Skip to content

Commit d8d80b3

Browse files
committed
Changing mockjax path in karma.config
1 parent a0a93c3 commit d8d80b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function(config){
1212
'http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.lob.js',
1313
'http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.dv.js',
1414
'https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js',
15-
'bower_components/jquery-mockjax/dist/jquery.mockjax.js',
15+
'node_modules/jquery-mockjax/dist/jquery.mockjax.js',
1616

1717

1818
{ pattern: 'node_modules/traceur/bin/traceur.js', included: true, watched: false },

0 commit comments

Comments
 (0)