Removed isomorphic-fetch from non-test code (#8)

This commit is contained in:
Harrison Healey 2016-10-12 18:02:12 -04:00 committed by GitHub
parent 574148c56d
commit fa30d29449
3 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,6 @@
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import 'isomorphic-fetch';
const HEADER_AUTH = 'Authorization';
const HEADER_BEARER = 'BEARER';
const HEADER_REQUESTED_WITH = 'X-Requested-With';

View file

@ -1,2 +1,3 @@
--require react-native-mock/mock.js
--require isomorphic-fetch
--recursive

View file

@ -1,7 +1,6 @@
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import 'isomorphic-fetch';
import 'react-native';
// Ensure that everything is imported correctly for testing