From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- .../tests/components/suggestion/suggestion_box.test.jsx | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 webapp/tests/components/suggestion/suggestion_box.test.jsx (limited to 'webapp/tests/components/suggestion/suggestion_box.test.jsx') diff --git a/webapp/tests/components/suggestion/suggestion_box.test.jsx b/webapp/tests/components/suggestion/suggestion_box.test.jsx deleted file mode 100644 index 85ca634ad..000000000 --- a/webapp/tests/components/suggestion/suggestion_box.test.jsx +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -import SuggestionBox from 'components/suggestion/suggestion_box.jsx'; - -describe('components/SuggestionBox', function() { - test('findOverlap', () => { - expect(SuggestionBox.findOverlap('', 'blue')).toBe(''); - expect(SuggestionBox.findOverlap('red', '')).toBe(''); - expect(SuggestionBox.findOverlap('red', 'blue')).toBe(''); - expect(SuggestionBox.findOverlap('red', 'dog')).toBe('d'); - expect(SuggestionBox.findOverlap('red', 'education')).toBe('ed'); - expect(SuggestionBox.findOverlap('red', 'reduce')).toBe('red'); - expect(SuggestionBox.findOverlap('black', 'ack')).toBe('ack'); - }); -}); -- cgit v1.2.3-1-g7c22