raphinesse opened a new pull request #1013: URL: https://github.com/apache/cordova-android/pull/1013
### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> - test file setup was overly verbose - teardown was faulty (exceptions in tests could lead to files being left behind) - I wanted to add a regression test to the suite ### Description <!-- Describe your changes in detail --> - use `fs.outputFileSync` to create files and their parent dirs - use `afterEach` to relaibly clan up after tests ### Testing <!-- Please describe in detail how you tested your changes. --> Affected unit tests still pass ---------------------------------------------------------------- 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]
