Browse Source

Remove unused tests utility method

JC Brand 6 năm trước cách đây
mục cha
commit
a5cc9ef9ca
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      tests/utils.js

+ 0 - 6
tests/utils.js

@@ -292,12 +292,6 @@
         }
     };
 
-    utils.clearBrowserStorage = function () {
-        window.localStorage.clear();
-        window.sessionStorage.clear();
-        return this;
-    };
-
     utils.clearChatBoxMessages = function (converse, jid) {
         var view = converse.chatboxviews.get(jid);
         view.el.querySelector('.chat-content').innerHTML = '';