diff --git a/docs/dev_tools/test.md b/docs/dev_tools/test.md index 3008d3ce5a3223e8d40cfcda20b784e9587b70f2..c5b4ec23c411111cdd4b41609156a8cc00ba04f1 100644 --- a/docs/dev_tools/test.md +++ b/docs/dev_tools/test.md @@ -221,8 +221,26 @@ Now all you need is installed and set up. Execute the following command to run t a test stylelintmodule <contrib_module> ``` +If you want to analyse a custom module, just do the following: + +```style +a test stylelintmodule ../custom/<custom_module> +``` + ### ES Lint +This is another useful tool to test your `css` files. + +```eslint +a test eslintmodule <contrib_module> +``` + +If you want to analyse a custom module, just do the following: + +```eslint +a test eslintmodule ../custom/<custom_module> +``` + ## Unit/Kernel/Functional Testing To execute the tests, you can use a single command: