mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Fix breakages when upgrading to babel 6
Reviewed By: vjeux Differential Revision: D2628092 fb-gh-sync-id: 077a3572fe8b261d390be2bdc32d9d06c2b80a01
This commit is contained in:
committed by
facebook-github-bot-2
parent
6eec446106
commit
b907f40957
@@ -8,12 +8,10 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
jest
|
||||
.dontMock('../saveBundleAndMap')
|
||||
.dontMock('os-tmpdir')
|
||||
.dontMock('temp');
|
||||
jest.autoMockOff();
|
||||
|
||||
jest.mock('fs');
|
||||
jest.mock('../sign');
|
||||
|
||||
const saveBundleAndMap = require('../saveBundleAndMap');
|
||||
const fs = require('fs');
|
||||
|
||||
Reference in New Issue
Block a user