Fix breakages when upgrading to babel 6

Reviewed By: vjeux

Differential Revision: D2628092

fb-gh-sync-id: 077a3572fe8b261d390be2bdc32d9d06c2b80a01
This commit is contained in:
Tadeu Zagallo
2015-11-10 10:51:51 -08:00
committed by facebook-github-bot-2
parent 6eec446106
commit b907f40957
6 changed files with 19 additions and 22 deletions

View File

@@ -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');