Added 'npm test'
This commit is contained in:
parent
d0614c532b
commit
6b87577801
@ -18,4 +18,4 @@ First install cordova-ios:
|
|||||||
|
|
||||||
# Testing from the command line
|
# Testing from the command line
|
||||||
|
|
||||||
xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests
|
npm test
|
||||||
|
@ -6,5 +6,8 @@
|
|||||||
"license": "Apache Version 2.0",
|
"license": "Apache Version 2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cordova-ios": "^3.6.0"
|
"cordova-ios": "^3.6.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user