Ver Fonte

Add disco methods to test mock

JC Brand há 11 anos atrás
pai
commit
4a31978e5e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      tests/mock.js

+ 2 - 0
tests/mock.js

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