Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/234 1 unit-test failure: ``` Failures: 1) unit tests for pod module tear down encountered a declaration exception Message: Error: ENOENT: no such file or directory, unlink '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' Stacktrace: Error: ENOENT: no such file or directory, unlink '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' at Error (native) at Object.fs.unlinkSync (fs.js:1083:18) at .<anonymous> (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:85:6) at .<anonymous> (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:84:2) at Object.<anonymous> (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:27:1) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Module.require (module.js:468:17) at require (internal/module.js:20:19) at Object.jasmine.executeSpecsInFolder (/Users/shaz/Desktop/cordova-ios/node_modules/jasmine-node/lib/jasmine-node/index.js:160:9) at Object.<anonymous> (/Users/shaz/Desktop/cordova-ios/node_modules/jasmine-node/lib/jasmine-node/cli.js:248:9) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Module.require (module.js:468:17) at require (internal/module.js:20:19) at Object.<anonymous> (/Users/shaz/Desktop/cordova-ios/node_modules/jasmine-node/bin/jasmine-node:6:1) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Function.Module.runMain (module.js:575:10) at startup (node.js:160:18) at node.js:449:3 ``` Try using `fs.unlinkSync(fixturePodfile);` instead of what you have in the tearDown.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org