diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-02 15:59:06 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-02 15:59:06 +0200 |
commit | d677e3860d22e3a779c0f01af1adc4e193127d1c (patch) | |
tree | e666f6a708b95e25ec13e25971cc0c1b15a71a07 /tests/karma.config.js | |
parent | 7961d4a87e8734bbcfda98309e6b64797fc0bb42 (diff) | |
download | nextcloud-server-d677e3860d22e3a779c0f01af1adc4e193127d1c.tar.gz nextcloud-server-d677e3860d22e3a779c0f01af1adc4e193127d1c.zip |
Added unit tests for share.js and share icon
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 846e8f7be91..1f903f58210 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -52,7 +52,8 @@ module.exports = function(config) { // only test these files, others are not ready and mess // up with the global namespace/classes/state 'apps/files_sharing/js/app.js', - 'apps/files_sharing/js/sharedfilelist.js' + 'apps/files_sharing/js/sharedfilelist.js', + 'apps/files_sharing/js/share.js' ], testFiles: ['apps/files_sharing/tests/js/*.js'] }]; |