diff --git a/tests/src/main.js b/tests/src/main.js
index a6a3b085..3bf208c0 100644
--- a/tests/src/main.js
+++ b/tests/src/main.js
@@ -1,11 +1,5 @@
import React, { Component } from 'react';
import { Provider } from 'react-redux';
-import { View } from 'react-native';
-import fb from './firebase';
-const firebase = fb.native;
-const Banner = firebase.admob.Banner;
-const NativeExpress = firebase.admob.NativeExpress;
-
import CoreContainer from './containers/CoreContainer';
import setupStore from './store/setup';
import { setupSuites } from './tests/index';
@@ -55,15 +49,6 @@ function bootstrap() {
return null;
}
- return (
-
- {
- console.log('ad', props)
- }} />
-
- );
-
- // return ;
return (