js: Add empty source and test files
This commit is contained in:
parent
a539006d8b
commit
defc44b747
2
js/src/mopidy.js
Normal file
2
js/src/mopidy.js
Normal file
@ -0,0 +1,2 @@
|
||||
/*global bane:false, when:false*/
|
||||
|
||||
4
js/test/mopidy-test.js
Normal file
4
js/test/mopidy-test.js
Normal file
@ -0,0 +1,4 @@
|
||||
/*global when:false, buster:false, assert:false, refute:false, Mopidy:false*/
|
||||
|
||||
buster.testCase("Mopidy", {
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user