2317d7bb49
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> |
||
---|---|---|
.. | ||
appSpec.js | ||
breadcrumbSpec.js | ||
detailsviewSpec.js | ||
favoritesfilelistspec.js | ||
favoritespluginspec.js | ||
fileUploadSpec.js | ||
fileactionsSpec.js | ||
fileactionsmenuSpec.js | ||
filelistSpec.js | ||
filesSpec.js | ||
filesummarySpec.js | ||
mainfileinfodetailviewSpec.js | ||
newfilemenuSpec.js | ||
tagspluginspec.js |