mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
disable automock by default in as many places as possible @bypass-lint
Reviewed By: cpojer Differential Revision: D5190858 fbshipit-source-id: d3125cf81427dbbe3362ef1f958413394a6dc51d
This commit is contained in:
committed by
Facebook Github Bot
parent
ba2e486b33
commit
3360999431
@@ -1,3 +1,4 @@
|
||||
jest.disableAutomock();
|
||||
import 'react-native';
|
||||
import React from 'react';
|
||||
import Index from '../index.android.js';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
jest.disableAutomock();
|
||||
import 'react-native';
|
||||
import React from 'react';
|
||||
import Index from '../index.ios.js';
|
||||
|
||||
Reference in New Issue
Block a user