moved automated test files to new locations

This commit is contained in:
Adam Shaw
2014-01-25 22:08:35 -08:00
parent 0479d82d94
commit cdd3f29e98
21 changed files with 6 additions and 5 deletions
@@ -10,14 +10,15 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
{ pattern: './lib/jquery/jquery.js', watched: false },
{ pattern: './lib/jquery-ui/ui/jquery-ui.js', watched: false },
{ pattern: 'lib/jquery/jquery.js', watched: false },
{ pattern: 'lib/jquery-ui/ui/jquery-ui.js', watched: false },
{ pattern: 'lib/jquery-simulate/jquery.simulate.js', watched: false },
{ pattern: 'lib/jasmine-jquery/lib/jasmine-jquery.js', watched: false },
{ pattern: 'lib/jasmine-fixture/dist/jasmine-fixture.js', watched: false },
'./build/out/fullcalendar.js',
'./build/out/fullcalendar.css',
'./specs/fullCalendar*.js'
'build/out/fullcalendar.js',
'build/out/fullcalendar.css',
'tests/base.css',
'tests/automated/*.js'
],
// list of files to exclude