summaryrefslogtreecommitdiff
path: root/__tests__/index.android.js
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-12-01 21:31:35 -0700
committermo khan <mo@mokhan.ca>2016-12-01 21:31:35 -0700
commit417d1e980f316e5d8b2cc728dc997bd0496ca780 (patch)
tree01033d6a18ef004caab0b706a85346d6c68a123a /__tests__/index.android.js
parent93f7d014fa2887e039f36c5224abd8b3914a0cc6 (diff)
add some specs for login.
Diffstat (limited to '__tests__/index.android.js')
-rw-r--r--__tests__/index.android.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/__tests__/index.android.js b/__tests__/index.android.js
index 144fcef..90e54a9 100644
--- a/__tests__/index.android.js
+++ b/__tests__/index.android.js
@@ -1,11 +1,11 @@
import 'react-native';
import React from 'react';
-import Index from '../index.android.js';
+//import Index from '../index.android.js';
// Note: test renderer must be required after react-native.
import renderer from 'react-test-renderer';
-xit('renders correctly', () => {
+it.skip('renders correctly', () => {
const tree = renderer.create(
<Index />
);