cordova-node-xcode icon indicating copy to clipboard operation
cordova-node-xcode copied to clipboard

Fix test failure on Windows

Open ath0mas opened this issue 3 years ago • 0 comments

git clone and npm cit on Windows

1 test is failing: "FAILURES: 2/1599 assertions failed"

× addTarget - should add debug and release configurations to build configuration list
AssertionError: '"TestExtensionFiles\\TestExtensionFiles-Info.plist"' == '"TestExtensionFiles/TestExtensionFiles-Info.plist"'

Using a platform-specific path separator resolves this path mismatch: "OK: 1599 assertions"

ath0mas avatar Feb 12 '22 18:02 ath0mas