Fixed iOS unit tests.
This commit is contained in:
parent
52c025bbef
commit
ed00c63d2d
1
tests/ios/CDVSplashScreenTest/.gitignore
vendored
Normal file
1
tests/ios/CDVSplashScreenTest/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
build
|
@ -8,6 +8,6 @@
|
|||||||
"cordova-ios": "^3.6.0"
|
"cordova-ios": "^3.6.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
|
"test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user