[tests] Fix incorrect imports

This commit is contained in:
Chris Bianca 2017-11-28 09:20:57 +00:00
parent d9b033f6c7
commit 1f5231cfba
3 changed files with 3 additions and 3 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)', () => {