From 6a375ca161d945c1cbed6dc8485eb50861eb8073 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 2 Oct 2023 19:48:30 +0200 Subject: refactor: Contacts menu to Vue Signed-off-by: Christoph Wurst Signed-off-by: nextcloud-command --- core/js/tests/specs/contactsmenuSpec.js | 265 -------------------------------- 1 file changed, 265 deletions(-) delete mode 100644 core/js/tests/specs/contactsmenuSpec.js (limited to 'core/js') diff --git a/core/js/tests/specs/contactsmenuSpec.js b/core/js/tests/specs/contactsmenuSpec.js deleted file mode 100644 index eea1df1a7cd..00000000000 --- a/core/js/tests/specs/contactsmenuSpec.js +++ /dev/null @@ -1,265 +0,0 @@ -/* global expect, sinon, _, spyOn, Promise */ - -/** - * @copyright 2017 Christoph Wurst - * - * @author 2017 Christoph Wurst - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ - -describe('Contacts menu', function() { - var $triggerEl, - $menuEl, - menu; - - /** - * @private - * @returns {Promise} - */ - function openMenu() { - return menu.loadContacts(); - } - - beforeEach(function(done) { - $triggerEl = $('