mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
fix imports
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import RNfirebase from './../../../firebase/firebase';
|
||||
import RNfirebase from './../../../firebase';
|
||||
|
||||
function storageTests({ describe, it, firebase, tryCatch }) {
|
||||
describe('ref(:path)', () => {
|
||||
|
||||
Reference in New Issue
Block a user