nextcloud/core/js/tests/specs
Christoph Wurst 2317d7bb49
Fix sinon.stub deprecation warnings
Calls to `sinon.stub(obj, 'meth', fn)` are deprecated and therefore
replaced by `sinon.stub(obj, 'meth).callsFake(fn)` as instructed by
the deprecation warning.

This makes the js unit testing output readable again.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-24 10:39:37 +02:00
..
files Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
systemtags Adjust the JS unit tests 2016-12-06 17:50:57 +01:00
appsSpec.js Fix javascript tests for sidebar animation 2016-07-30 16:30:05 +02:00
coreSpec.js Merge pull request #3635 from individual-it/fix_quota_validation 2017-02-28 00:27:51 -06:00
jquery.avatarSpec.js Fix sinon.stub deprecation warnings 2017-04-24 10:39:37 +02:00
l10nSpec.js Harden t() with DOMPurify 2017-03-16 14:17:42 +01:00
mimeTypeSpec.js Javascript mimetype icon resolver 2015-07-06 16:32:10 +02:00
oc-backbone-webdavSpec.js Fix system tags proppatch with booleans 2016-01-27 11:09:43 +01:00
setupchecksSpec.js Fix translations 2017-04-18 16:40:53 -05:00
shareSpec.js Replace deprecated $.tipsy(...) by $.tooltip(...) 2017-02-27 22:25:05 +01:00
sharedialogshareelistview.js remove 'send mail notification' option from sharing, replaced by send-by-mail feature 2016-11-02 18:30:38 +01:00
sharedialogviewSpec.js Fix sinon.stub deprecation warnings 2017-04-24 10:39:37 +02:00
shareitemmodelSpec.js Use group display name in sharing API + UI 2016-12-22 18:35:32 +01:00