Skip to content

Commit

Permalink
test-ios: better target for grep
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Apr 10, 2019
1 parent 5e5db96 commit 83268fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test-local": "npm run test-browser && npm run test-android && npm run test-ios",
"test-local-on-windows": "npm run test-browser && npm run test-android",
"test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
"test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --target \"\\\"^iPhone 5\\\"\" --verbose",
"test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --target \"^iPhone-6\" --verbose",
"test-windows": "node main.js --platform windows --plugin ./spec/testable-plugin/",
"test-browser": "node main.js --platform browser --plugin ./spec/testable-plugin/",
"test-saucelabs": "npm run test-saucelabs-browser && npm run test-saucelabs-ios && npm run test-saucelabs-android",
Expand Down

0 comments on commit 83268fb

Please sign in to comment.