aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/test/index.js
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-05-14 14:36:05 +0000
committerMaximilian Krambach <[email protected]>2018-05-14 14:36:05 +0000
commitd1ca90ef75aa4ab61cb8f7563be6fc55012a3900 (patch)
treebbd80e3e69c447b48cedb9c27e9f0f3eea279987 /lang/js/test/index.js
parentjs: Tests and improvements for openpgp mode (diff)
downloadgpgme-d1ca90ef75aa4ab61cb8f7563be6fc55012a3900.tar.gz
gpgme-d1ca90ef75aa4ab61cb8f7563be6fc55012a3900.zip
js: remove non-browser tests
-- * 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
Diffstat (limited to 'lang/js/test/index.js')
-rw-r--r--lang/js/test/index.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/js/test/index.js b/lang/js/test/index.js
deleted file mode 100644
index b8520515..00000000
--- a/lang/js/test/index.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/* gpgme.js - Javascript integration for gpgme
- * Copyright (C) 2018 Bundesamt für Sicherheit in der Informationstechnik
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
- * SPDX-License-Identifier: LGPL-2.1+
- */
-import { Helpertest } from "./Helpers";
-import { Messagetest } from "./Message";
-
-/**
- * Unit tests.
- */
-
-Helpertest();
-Messagetest();