1 /*jshint camelcase:false*/
5 var tests = Object.keys(window.__karma__.files).filter(function (file) {
6 return (/_spec\.js$/.test(file));
12 // Karma serves files from '/base'
16 flight: 'bower_components/flight',
17 depot: 'bower_components/depot/depot',
18 text: 'bower_components/requirejs-text/text'
21 // ask Require.js to load these files (all our tests)
24 // start test run, once Require.js is done
25 callback: window.__karma__.start
28 jasmine.getFixtures().fixturesPath = '/base/test/fixture';