Browse Source

Add disco methods to test mock

JC Brand 11 năm trước cách đây
mục cha
commit
4a31978e5e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      tests/mock.js

+ 2 - 0
tests/mock.js

@@ -79,6 +79,8 @@
             }
         },
         'disco': {
+            'addFeature': function () {},
+            'addIdentity': function () {},
             'info': function () {},
             'items': function () {}
         }