UNPKG

node-zway

Version:

Node JS interface for Z-Way (Razberry)

7 lines (5 loc) 148 B
exports.create = function(rootUrl) { var fakeApi = nock('http://zway', {allowUnmocked: true}) .get('/').reply(200, ''); return fakeApi; };