Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | js: remove non-browser tests | Maximilian Krambach | 2018-05-14 | 1 | -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 testing | Maximilian Krambach | 2018-04-27 | 1 | -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 |