You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2020/06/10 01:18:51 UTC

[cordova-contribute] 11/11: remove trailing spaces from testing.md

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-cleanup-remove-trailing-spaces
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit b823c0867bf48a7c868c2c02d45fa25aea1486f5
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 9 21:17:39 2020 -0400

    remove trailing spaces from testing.md
---
 testing.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/testing.md b/testing.md
index edb2a7e..84e51a6 100644
--- a/testing.md
+++ b/testing.md
@@ -52,7 +52,7 @@ Cordova projects use several different types of tests:
 
 #### Syntax Checker
 
-- Check if the code of a project follows specific syntax guidelines.  
+- Check if the code of a project follows specific syntax guidelines.
 - Usually uses [`eslint`](https://eslint.org/), which is "a fully pluggable tool for identifying and reporting on patterns in JavaScript".
 
 #### Unit Tests
@@ -134,11 +134,11 @@ TODO Explain: Native code is being execised vs. JS part with all the other test
 To automate the creating of a test app and the test execution process [`cordova-paramedic`](https://github.com/apache/cordova-paramedic) can be be used:
 
 1. Install `cordova-paramedic` (`npm install -g ...` or clone + `npm install`)
-2. Run Paramedic for the current plugin:  
+2. Run Paramedic for the current plugin:
     ```
-    node /tmp/paramedic/main.js 
-      --config pr/$PLATFORM 
-      --plugin $(pwd) 
+    node /tmp/paramedic/main.js
+      --config pr/$PLATFORM
+      --plugin $(pwd)
     ```
 3. App is built, setup; Tests are run and results reported
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org