Added missing plugin dependency for manual tests

This commit is contained in:
sgrebnov 2016-02-01 15:17:55 +03:00
parent b024104a54
commit 163f7c5a8f

View File

@ -24,6 +24,8 @@
<name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license>
<dependency id="cordova-plugin-dialogs" />
<js-module src="tests.js" name="tests">
</js-module>