fix test #34 "should pin SSL cert correctly (GET)"

This commit is contained in:
Sefa Ilkimen
2018-09-03 13:52:09 +02:00
parent f4674028b5
commit 0acf2e2574
4 changed files with 47 additions and 3 deletions

View File

@@ -3,10 +3,11 @@
"version": "2.0.0",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"updatecert": "node ./scripts/update-test-cert.js",
"buildbrowser": "./scripts/build-test-app.sh --browser",
"testandroid": "./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator",
"testios": "./scripts/build-test-app.sh --ios --emulator && ./scripts/test-app.sh --ios --emulator",
"testapp": "npm run testandroid && npm run testios",
"testapp": "npm run updatecert && npm run testandroid && npm run testios",
"testjs": "mocha ./test/js-mocha-specs.js",
"test": "npm run testjs && npm run testapp",
"release": "npm run test && ./scripts/release.sh"