Updated Contributing (markdown)

Jonas Jenwald 2016-02-26 13:56:28 +01:00
parent 151f9b4f91
commit ce7501aee7

@ -81,6 +81,7 @@ To ensure your changes did not introduce any regressions you need to run the tes
* `load` test: checks if the PDF file can be loaded without crashing * `load` test: checks if the PDF file can be loaded without crashing
* `eq` test: a reference test that takes correctly rendered snapshots and compares them to snapshots from the current code * `eq` test: a reference test that takes correctly rendered snapshots and compares them to snapshots from the current code
* `text` test: a reference test that takes snapshots of the `textLayer` overlay and compares them to snapshots from the current code * `text` test: a reference test that takes snapshots of the `textLayer` overlay and compares them to snapshots from the current code
* `annotations` test: a reference test that takes snapshots of the `annotationLayer` overlay (and the underlying page) and compares them to snapshots from the current code
* `fbf` test: a forward-back-forward test * `fbf` test: a forward-back-forward test
* Unit tests: Jasmine unit tests that are run separately from the above tests * Unit tests: Jasmine unit tests that are run separately from the above tests