Github user purplecabbage commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-camera/pull/34#discussion_r13982226
--- Diff: plugin.xml ---
@@ -33,6 +33,9 @@
<js-module src="www/CameraConstants.js" name="Camera">
<clobbers target="Camera" />
</js-module>
+
+ <js-module src="test/tests.js" name="tests">
--- End diff --
Doesn't this mean that the tests are going to be added to every project
that uses this plugin?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---