scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/bootstrap-tagsinput/karma.conf.js
@@ -0,0 +1,20 @@
module.exports = function(config) {
 
config.set({
basePath: '',
frameworks: ['jasmine'],
files: [
'lib/jquery/jquery.js',
'lib/angular/angular.js',
'dist/bootstrap-tagsinput.min.js',
'dist/bootstrap-tagsinput-angular.min.js',
'test/helpers.js',
{ pattern: 'test/bootstrap-tagsinput/*.tests.js' }
],
reporters: ['progress'],
port: 9876,
logLevel: config.LOG_DEBUG,
captureTimeout: 60000
});
 
};