%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.26 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/thread-self/root/var/www/html/ppaobm/vendor/webcreate/jquery-ias/test/ |
Upload File : |
var config = module.exports,
fs = require('fs'),
bower = {
jquery: {
main: 'jquery.js'
}
};
if (fs.existsSync('bower_components/jquery/bower.json')) {
bower.jquery = JSON.parse(fs.readFileSync('bower_components/jquery/bower.json', 'utf8'))
}
config["My tests"] = {
rootPath: "../",
environment: "browser", // or "node"
libs: [
"bower_components/jquery/" + bower.jquery.main.replace(/^\.\//, ''),
],
sources: [
"dist/jquery-ias.min.js",
// "src/callbacks.js",
// "src/jquery-ias.js",
// "src/extension/paging.js",
// "src/extension/spinner.js",
// "src/extension/trigger.js",
// "src/extension/noneleft.js",
// "src/extension/history.js"
],
resources: [
{ path: "/", file: "test/fixtures/page1.html" },
{ path: "/page2.html", file: "test/fixtures/page2.html" },
{ path: "/page3.html", file: "test/fixtures/page3.html" },
{ path: "/framed.html", file: "test/fixtures/framed.html" },
{ path: "/short.html", file: "test/fixtures/short.html" },
{ path: "/short-without-next.html", file: "test/fixtures/short-without-next.html" },
{ path: "/ajax1.html", file: "test/fixtures/ajax1.html" },
{ path: "/ajax2.html", file: "test/fixtures/ajax2.html" },
{ path: "/multiple1.html", file: "test/fixtures/multiple1.html" },
{ path: "/multiple2.html", file: "test/fixtures/multiple2.html" },
{ path: "/multiple3.html", file: "test/fixtures/multiple3.html" }
],
specs: [
"test/*-test.js"
],
specHelpers: [
"test/helpers/*.js"
]
};