aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/test/index.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: remove non-browser testsMaximilian Krambach2018-05-141-28/+0
| | | | | | | | | -- * The majority of tests needs to be run in a nativeMessaging context. Offering the few tests that don't need this context at two places introduces issues with maintainability. All tests now removed can be found in ./unittests.js
* js: more testingMaximilian Krambach2018-04-271-0/+28
-- * Tests: initialization of the two modes, encryption * gpgme.js: reintroduced message check before calling Connection.post() * gpgmejs_openpgp.js: Fixed openpgp mode not passing keys * index.js: fixed some confusion in parseconfig() * Inserted some TODO stubs for missing error handling