You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/27 19:19:18 UTC

[cordova-docs] branch master updated: Create testing-the-website.md

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

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a1144a  Create testing-the-website.md
0a1144a is described below

commit 0a1144a91456932842089a6c8b7b97ec7cf10c03
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Feb 27 20:19:16 2018 +0100

    Create testing-the-website.md
---
 doc/testing-the-website.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/testing-the-website.md b/doc/testing-the-website.md
new file mode 100644
index 0000000..04e7890
--- /dev/null
+++ b/doc/testing-the-website.md
@@ -0,0 +1,10 @@
+# Testing
+
+After you are finished developing and making your changes, make sure to test them. Run:
+
+	npm test
+
+`npm test` runs both [eslint] and [mocha] tests. If your tests pass, commit and push your work to Github.
+
+[eslint]: https://eslint.org/
+[mocha]: https://mochajs.org/

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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