Commit f4ab194c authored by JC Brand's avatar JC Brand

Merge branch 'master' of github.com:jcbrand/converse.js

Conflicts:
	CONTRIBUTING.rst
parents 597cf662 e9d31ce6
...@@ -20,6 +20,7 @@ Before submitting a pull request ...@@ -20,6 +20,7 @@ Before submitting a pull request
Add tests for your bugfix or feature 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. for testing.
...@@ -27,6 +28,7 @@ Take a look at ``tests.html`` and ``spec/MainSpec.js`` to see how ...@@ -27,6 +28,7 @@ Take a look at ``tests.html`` and ``spec/MainSpec.js`` to see how
the tests are implemented. the tests are implemented.
Check that the tests pass Check that the tests pass
~~~~~~~~~~~~~~~~~~~~~~~~~
Check that the Jasmine tests complete sucessfully. Open tests.html in your Check that the Jasmine tests complete sucessfully. Open tests.html in your
browser, and the tests will run automatically. browser, and the tests will run automatically.
......
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