From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- webapp/tests/components/shortcuts_modal.test.jsx | 25 ------------------------ 1 file changed, 25 deletions(-) delete mode 100644 webapp/tests/components/shortcuts_modal.test.jsx (limited to 'webapp/tests/components/shortcuts_modal.test.jsx') diff --git a/webapp/tests/components/shortcuts_modal.test.jsx b/webapp/tests/components/shortcuts_modal.test.jsx deleted file mode 100644 index 04fa51a76..000000000 --- a/webapp/tests/components/shortcuts_modal.test.jsx +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -import React from 'react'; - -import {mountWithIntl} from 'tests/helpers/intl-test-helper.jsx'; -import ShortcutsModal from 'components/shortcuts_modal.jsx'; - -describe('components/ShortcutsModal', () => { - test('should match snapshot modal for Mac', () => { - const wrapper = mountWithIntl( - - ); - - expect(wrapper).toMatchSnapshot(); - }); - - test('should match snapshot modal for non-Mac like Windows/Linux', () => { - const wrapper = mountWithIntl( - - ); - - expect(wrapper).toMatchSnapshot(); - }); -}); -- cgit v1.2.3-1-g7c22