5 var tests = Object.keys(window.__karma__.files).filter(function (file) {
6 return /\.test\.js$/.test(file);
12 callback: window.__karma__.start,
14 'libs/jquery-1.9.1.min': {
20 'libs/bootstrap/js/bootstrap.min': {
21 deps: ['libs/jquery-1.9.1.min']
25 deps: ['libs/jquery-1.9.1.min', 'libs/underscore']
33 'libs/sinon': 'libs/sinon-1.7.3'