mirror of
https://gitee.com/shuto-github/cordova-plugin-network-information.git
synced 2026-04-22 00:00:02 +08:00
Port network tests to plugin-test-framework
Ported test from mobile-spec (which are written in jasmine 1.3) in jasmine 2.0. Added: New js-module named tests to plugin.xml Folder with tests working on jasmine 2.0
This commit is contained in:
@@ -38,6 +38,9 @@ xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<js-module src="www/Connection.js" name="Connection">
|
||||
<clobbers target="Connection" />
|
||||
</js-module>
|
||||
|
||||
<js-module src="test/tests.js" name="tests">
|
||||
</js-module>
|
||||
|
||||
<!-- firefoxos -->
|
||||
<platform name="firefoxos">
|
||||
|
||||
Reference in New Issue
Block a user