mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
remove disableAutomock from jest tests (new default) @bypass-lint
Reviewed By: cpojer Differential Revision: D5237192 fbshipit-source-id: dccca52a91259d7fea27931f92bca94184a82d4a
This commit is contained in:
committed by
Facebook Github Bot
parent
7707905550
commit
51c0e81557
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
jest.disableAutomock()
|
||||
jest
|
||||
.dontMock('../getAssetDestPathAndroid')
|
||||
.dontMock('../assetPathUtils');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user