Explorar el Código

Add disco methods to test mock

JC Brand hace 11 años
padre
commit
4a31978e5e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tests/mock.js

+ 2 - 0
tests/mock.js

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