mopidy/js/test
Paul Connolley a83b71239b Update test so that it correctly requires the mopidy module
As part of issue #609, the require statement in mopidy-test.js should
have been updated as the API to require mopidy has changed from:

    require('mopidy').Mopidy;

to:

    require('mopidy');
2013-12-17 08:57:44 +00:00
..
bind-helper.js js: Add Function.prototype.bind polyfill to make PhantomJS 1.6 happy 2012-11-29 00:20:17 +01:00
mopidy-test.js Update test so that it correctly requires the mopidy module 2013-12-17 08:57:44 +00:00