diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-01-12 18:57:53 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-01-16 17:12:29 +0100 |
commit | 350214c6093bbd300102a364f20caa91d23d5fb9 (patch) | |
tree | 90ebee0447a2bd667f2afe18bc6f234e831db726 /core/js/core.json | |
parent | 85e00ad35a63d2d728140f3ece685d79d7a6140c (diff) | |
download | nextcloud-server-350214c6093bbd300102a364f20caa91d23d5fb9.tar.gz nextcloud-server-350214c6093bbd300102a364f20caa91d23d5fb9.zip |
Added Javascript unit tests
- 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
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/core/js/core.json b/core/js/core.json new file mode 100644 index 00000000000..79cfc42f587 --- /dev/null +++ b/core/js/core.json @@ -0,0 +1,28 @@ +{ + "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" + ] +} |