You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/09/30 20:47:24 UTC

git commit: Added 'npm test'

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master d0614c532 -> 6b8757780


Added 'npm test'


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/6b875778
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/6b875778
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/6b875778

Branch: refs/heads/master
Commit: 6b87577801cc3ed64f17969e0947e2ad127b35c4
Parents: d0614c5
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Sep 30 11:47:46 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Sep 30 11:47:46 2014 -0700

----------------------------------------------------------------------
 tests/ios/README.md    | 2 +-
 tests/ios/package.json | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6b875778/tests/ios/README.md
----------------------------------------------------------------------
diff --git a/tests/ios/README.md b/tests/ios/README.md
index 6530421..b6bf31b 100644
--- a/tests/ios/README.md
+++ b/tests/ios/README.md
@@ -18,4 +18,4 @@ First install cordova-ios:
 
 # Testing from the command line
 
-    xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests
+    npm test

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6b875778/tests/ios/package.json
----------------------------------------------------------------------
diff --git a/tests/ios/package.json b/tests/ios/package.json
index 642484b..e121e69 100644
--- a/tests/ios/package.json
+++ b/tests/ios/package.json
@@ -6,5 +6,8 @@
     "license": "Apache Version 2.0",
     "dependencies": {
         "cordova-ios": "^3.6.0"
-    }
+    },
+    "scripts": {
+        "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests"
+    }    
 }
\ No newline at end of file