trivial: suppress jasmine warning. This closes #137
diff --git a/cordova-plugin-mobilespec-tests/tests/datauri.tests.js b/cordova-plugin-mobilespec-tests/tests/datauri.tests.js
index 109e97d..534e1c1 100644
--- a/cordova-plugin-mobilespec-tests/tests/datauri.tests.js
+++ b/cordova-plugin-mobilespec-tests/tests/datauri.tests.js
@@ -27,6 +27,7 @@
 
         function onMessage(done, msg) {
             if (msg.data == 'foo') {
+                expect('Suppress SPEC HAS NO EXPECTATIONS').toBeDefined();
                 done();
             }
         }