|
@@ -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
|
|
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.
|