You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/18 02:15:39 UTC

[GitHub] [cordova-android] erisu commented on a diff in pull request #1154: (android) Move MainActivity.java to folder that tracks the app package name (widget id)

erisu commented on code in PR #1154:
URL: https://github.com/apache/cordova-android/pull/1154#discussion_r875409447


##########
spec/unit/prepare.spec.js:
##########
@@ -21,6 +21,8 @@ const rewire = require('rewire');
 const path = require('path');
 const CordovaError = require('cordova-common').CordovaError;
 const GradlePropertiesParser = require('../../lib/config/GradlePropertiesParser');
+const utils = require('../../lib/utils');
+const et = require('elementtree');

Review Comment:
   Make sure you install it as a devDependency.
   
   `npm install -D elementtree`
   
   From this PR, it is only used in testing.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org