From 950bfb04d6fe0da57f3b48f59b58778b84ad1ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Thu, 27 Apr 2017 17:56:36 +0300 Subject: [PATCH] Update README.md with more new commands --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 27394108d5..72cc8eeb6d 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,21 @@ $ ./do compile:all $ ./do test:unit ``` +- JS tests (using Mocha): +```sh +$ ./do test:javascript +``` + - Debug tests: ```sh $ ./do test:debug ``` +- Code linters and quality checkers: +```sh +$ ./do qa +``` + # CSS - [Stylus](https://learnboost.github.io/stylus/) - [Nib extension](http://tj.github.io/nib/) @@ -109,6 +119,7 @@ Once javascript is compiled with `./do compile:javascript`, your module will be ```php __() _n() +_x() ``` ```html