mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 06:22:39 +08:00
Update Jest APIs on fbsource
Reviewed By: javache Differential Revision: D3229435 fb-gh-sync-id: b0e252d69e1f399a946fca6e98ef62ff44c2ef9c fbshipit-source-id: b0e252d69e1f399a946fca6e98ef62ff44c2ef9c
This commit is contained in:
committed by
Facebook Github Bot 8
parent
192ab663b7
commit
d363b1f2e2
@@ -5,9 +5,9 @@
|
||||
'use strict';
|
||||
|
||||
jest
|
||||
.dontMock('NavigationTreeNode')
|
||||
.dontMock('fbjs/lib/invariant')
|
||||
.dontMock('immutable');
|
||||
.unmock('NavigationTreeNode')
|
||||
.unmock('fbjs/lib/invariant')
|
||||
.unmock('immutable');
|
||||
|
||||
var NavigationTreeNode = require('NavigationTreeNode');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user