Преглед изворни кода

Add disco methods to test mock

JC Brand пре 11 година
родитељ
комит
4a31978e5e
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      tests/mock.js

+ 2 - 0
tests/mock.js

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