Commit 5193a981 authored by JC Brand's avatar JC Brand

Update contributing txt

parent 7903c036
...@@ -14,10 +14,10 @@ Add tests for your bugfix or feature ...@@ -14,10 +14,10 @@ Add tests for your bugfix or feature
------------------------------------ ------------------------------------
Add a test for any bug fixed or feature added. We use Jasmine Add a test for any bug fixed or feature added. We use Jasmine
for testing. Take a look at tests.html and spec/MainSpec.js to see how for testing.
tests are implemented.
You can also see the test output online, here: http://conversejs.org/tests.html Take a look at ``tests.html`` and ``spec/MainSpec.js`` to see how
the tests are implemented.
Check that the tests run Check that the tests run
------------------------ ------------------------
...@@ -25,4 +25,6 @@ Check that the tests run ...@@ -25,4 +25,6 @@ Check that the tests run
Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your
browser, and the tests will run automatically. browser, and the tests will run automatically.
You can see the current test output online, here: http://conversejs.org/tests.html
.. _Converse.js: http://conversejs.org .. _Converse.js: http://conversejs.org
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment