mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
moved automated test files to new locations
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user