CB-10979 Fix splashscreen ios native tests

Added jshintignore for tests/ios
This commit is contained in:
daserge 2016-03-29 14:05:49 +03:00
parent bea0a4e408
commit 9832d2e165
2 changed files with 2 additions and 1 deletions

1
.jshintignore Normal file
View File

@ -0,0 +1 @@
tests/ios

View File

@ -8,6 +8,6 @@
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'"
"test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp' HEADER_SEARCH_PATHS='$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include'"
}
}