diff --git a/js/src/mopidy.js b/js/src/mopidy.js new file mode 100644 index 00000000..5611150d --- /dev/null +++ b/js/src/mopidy.js @@ -0,0 +1,2 @@ +/*global bane:false, when:false*/ + diff --git a/js/test/mopidy-test.js b/js/test/mopidy-test.js new file mode 100644 index 00000000..aa53dd42 --- /dev/null +++ b/js/test/mopidy-test.js @@ -0,0 +1,4 @@ +/*global when:false, buster:false, assert:false, refute:false, Mopidy:false*/ + +buster.testCase("Mopidy", { +});