aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/test/Helpers.js
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-04-27 18:03:09 +0000
committerMaximilian Krambach <[email protected]>2018-04-27 18:03:09 +0000
commitfda7b13f1b673962ce34b6f429158a7eb9cef47b (patch)
tree8b1f828c451c2d04ac5e8b311b7df27552405c59 /lang/js/test/Helpers.js
parentjs: fixed empty operation setter in Message (diff)
downloadgpgme-fda7b13f1b673962ce34b6f429158a7eb9cef47b.tar.gz
gpgme-fda7b13f1b673962ce34b6f429158a7eb9cef47b.zip
js: more testing
-- * 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
Diffstat (limited to 'lang/js/test/Helpers.js')
-rw-r--r--lang/js/test/Helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/test/Helpers.js b/lang/js/test/Helpers.js
index 5d8909f9..6b5a5382 100644
--- a/lang/js/test/Helpers.js
+++ b/lang/js/test/Helpers.js
@@ -24,7 +24,7 @@ import { GPGME_Key } from "../src/Key";
import { isLongId, isFingerprint, toKeyIdArray } from "../src/Helpers"
import { helper_params } from "./inputvalues";
-function Helpertest(){
+export function Helpertest(){
describe('Error Object handling', function(){
it('check the Timeout error', function(){
let test0 = gpgme_error('CONN_TIMEOUT');