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

@@ -8,7 +8,6 @@
*
*/
'use strict';
jest.disableAutomock();
const fs = require('fs');
const path = require('path');