From d1ca90ef75aa4ab61cb8f7563be6fc55012a3900 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Mon, 14 May 2018 16:36:05 +0200 Subject: 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 --- lang/js/test/index.js | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 lang/js/test/index.js (limited to 'lang/js/test/index.js') 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 . - * SPDX-License-Identifier: LGPL-2.1+ - */ -import { Helpertest } from "./Helpers"; -import { Messagetest } from "./Message"; - -/** - * Unit tests. - */ - -Helpertest(); -Messagetest(); -- cgit v1.2.3