fix imports

This commit is contained in:
Salakar
2017-11-28 09:09:58 +00:00
parent 13c43f2efe
commit a94943bfc0
5 changed files with 23 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { Platform } from 'react-native';
import firebase from 'firebase';
import RNfirebase from './../firebase/firebase';
import RNfirebase from './../firebase';
import DatabaseContents from './tests/support/DatabaseContents';

View File

@@ -1,7 +1,7 @@
import { Platform } from 'react-native';
import should from 'should';
import RNFirebase from './../../../firebase/firebase';
import RNFirebase from './../../../firebase';
const androidTestConfig = {
// firebase android sdk completely ignores client id

View File

@@ -1,4 +1,4 @@
import RNfirebase from './../../../firebase/firebase';
import RNfirebase from './../../../firebase';
function storageTests({ describe, it, firebase, tryCatch }) {
describe('ref(:path)', () => {