remove disableAutomock from jest tests (new default) @bypass-lint

Reviewed By: cpojer

Differential Revision: D5237192

fbshipit-source-id: dccca52a91259d7fea27931f92bca94184a82d4a
This commit is contained in:
James Burnett
2017-06-13 15:01:42 -07:00
committed by Facebook Github Bot
parent 7707905550
commit 51c0e81557
86 changed files with 52 additions and 200 deletions

View File

@@ -9,8 +9,6 @@
'use strict';
jest.disableAutomock();
const FormData = require('FormData');
describe('FormData', function() {

View File

@@ -20,7 +20,6 @@ function setRequestId(id){
}
jest
.disableAutomock()
.dontMock('event-target-shim')
.setMock('NativeModules', {
Networking: {