From defc44b747d5e9b00dec38d7db24f7c062a3750b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 29 Nov 2012 00:21:16 +0100 Subject: [PATCH] js: Add empty source and test files --- js/src/mopidy.js | 2 ++ js/test/mopidy-test.js | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 js/src/mopidy.js create mode 100644 js/test/mopidy-test.js 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", { +});