nextcloud/apps/files_external/tests/js
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
..
mountsfilelistSpec.js Show hint if there is no delete permission 2015-04-23 21:49:59 +02:00
settingsSpec.js Fix sinon.stub deprecation warnings 2017-04-24 10:39:37 +02:00