From 5a759da01e9c3e151e29c7f3e620cb7ca8fb84d6 Mon Sep 17 00:00:00 2001 From: quenenni Date: Sat, 6 Apr 2013 13:30:14 -0700 Subject: [PATCH] Updated Creating a plugin (markdown) --- Creating-a-plugin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Creating-a-plugin.md b/Creating-a-plugin.md index 06efbd1..6fb7c4d 100644 --- a/Creating-a-plugin.md +++ b/Creating-a-plugin.md @@ -172,9 +172,9 @@ Etherpad allows you to easily create front-end tests for plugins. ### Tip to ease your life -Move all the files from %etherpad_root_folder%/tests/frontend/specs folder elsewhere. -Do the same for the plugins that have a test file in their %your_plugin%/static/tests/frontend/specs folder (after the step before, just run the test to see what plugins have one). -That way, the time you do the tests on your front-end test, you will only have your that runs. +Move all the files from %etherpad_root_folder%/tests/frontend/specs folder elsewhere.
+Do the same for the plugins that have a test file in their %your_plugin%/static/tests/frontend/specs folder (after the step before, just run the test to see what plugins have one).
+That way, the time you do the tests on your front-end test, you will only have your that runs.
Once your test is good, don't forget to put back all the files. ## Publishing your plugin