nadchif / adobe-brackets-encode-decode

Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://registry.brackets.io/
GNU General Public License v3.0
9 stars 15 forks source link

Write more tests for the encoders and decoders #28

Closed Shankhanil closed 4 years ago

Shankhanil commented 4 years ago

The src/convertors contains encoders and decoders for brackets. For the complete list of available encoders and decoders, please consult the README file.

We need more ideas on how to test the encoders and decoders. We are using the Jasmine testing framework to test the functions.

How to write tests:

  1. Do everything as told in the CONTRIBUTING.md from step 1-4
  2. Open the spec/main.spec.js file, and write more tests
  3. Continue from step 6-8. Make sure to create the pull request to nadchif/adobe-brackets-encode-decode : tests branch