mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
- added karma utility to run jasmine unit tests - added Sinon library (for stubs/mocks/fakeserver) - added a few unit tests for core and files - added autotest-js.sh script
28 lines
514 B
JSON
28 lines
514 B
JSON
{
|
|
"modules": [
|
|
"jquery-1.10.0.min.js",
|
|
"jquery-migrate-1.2.1.min.js",
|
|
"jquery-ui-1.10.0.custom.js",
|
|
"jquery-showpassword.js",
|
|
"jquery.infieldlabel.js",
|
|
"jquery.placeholder.js",
|
|
"jquery-tipsy.js",
|
|
"compatibility.js",
|
|
"jquery.ocdialog.js",
|
|
"oc-dialogs.js",
|
|
"js.js",
|
|
"octemplate.js",
|
|
"eventsource.js",
|
|
"config.js",
|
|
"multiselect.js",
|
|
"search.js",
|
|
"router.js",
|
|
"oc-requesttoken.js",
|
|
"styles.js",
|
|
"apps.js",
|
|
"fixes.js",
|
|
"jquery-ui-2.10.0.custom.js",
|
|
"jquery-tipsy.js",
|
|
"jquery.ocdialog.js"
|
|
]
|
|
}
|