From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- .../integrations/edit_outgoing_hook.test.jsx | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 webapp/tests/components/integrations/edit_outgoing_hook.test.jsx (limited to 'webapp/tests/components/integrations/edit_outgoing_hook.test.jsx') diff --git a/webapp/tests/components/integrations/edit_outgoing_hook.test.jsx b/webapp/tests/components/integrations/edit_outgoing_hook.test.jsx deleted file mode 100644 index c2a5020a6..000000000 --- a/webapp/tests/components/integrations/edit_outgoing_hook.test.jsx +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -import React from 'react'; -import {shallow} from 'enzyme'; - -import EditOutgoingWebhook from 'components/integrations/components/edit_outgoing_webhook/edit_outgoing_webhook.jsx'; - -describe('components/integrations/EditOutgoingWebhook', () => { - test('should match snapshot', () => { - function emptyFunction() {} //eslint-disable-line no-empty-function - const teamId = 'testteamid'; - - const wrapper = shallow( - - ); - expect(wrapper).toMatchSnapshot(); - }); -}); - -- cgit v1.2.3-1-g7c22