sagrawal31 commented on pull request #1173: URL: https://github.com/apache/cordova-android/pull/1173#issuecomment-806841339
> We don't need to test if the implementation of those two FS calls works because we can assume NodeJS / fs-extra plugin authors have done their own testing Make sense. Most of the time (white writing JUnit test cases), my mind keep asking questions and then I used to reach to the same conclusion that the author of XYZ must have done their own testing 😄 Well, adding `spyOn(create, 'writeNameForAndroidStudio');` started to pass the tests. But it's showing some red mark in the last result. Not sure if those are okay-  -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
