Sfoglia il codice sorgente

Add disco methods to test mock

JC Brand 11 anni fa
parent
commit
4a31978e5e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tests/mock.js

+ 2 - 0
tests/mock.js

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