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/helpers/intl-test-helper.jsx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 webapp/tests/helpers/intl-test-helper.jsx (limited to 'webapp/tests/helpers/intl-test-helper.jsx') diff --git a/webapp/tests/helpers/intl-test-helper.jsx b/webapp/tests/helpers/intl-test-helper.jsx deleted file mode 100644 index db164c45c..000000000 --- a/webapp/tests/helpers/intl-test-helper.jsx +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -import {mount, shallow} from 'enzyme'; -import React from 'react'; -import {IntlProvider, intlShape} from 'react-intl'; - -const intlProvider = new IntlProvider({locale: 'en'}, {}); -const {intl} = intlProvider.getChildContext(); - -export function shallowWithIntl(node, {context} = {}) { - return shallow(React.cloneElement(node, {intl}), { - context: Object.assign({}, context, {intl}) - }); -} - -export function mountWithIntl(node, {context, childContextTypes} = {}) { - return mount(React.cloneElement(node, {intl}), { - context: Object.assign({}, context, {intl}), - childContextTypes: Object.assign({}, {intl: intlShape}, childContextTypes) - }); -} -- cgit v1.2.3-1-g7c22