mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-30 05:55:48 +08:00
Inline cache mock for DependencyGraph-test
Reviewed By: davidaurelio Differential Revision: D2629211 fb-gh-sync-id: ade0bf4e486b58ecbc9a29eb3bdb61286eebb3d5
This commit is contained in:
committed by
facebook-github-bot-7
parent
44b051d98d
commit
666706b0da
4
packager/react-packager/__mocks__/debug.js
vendored
4
packager/react-packager/__mocks__/debug.js
vendored
@@ -8,6 +8,4 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
module.exports = function() {
|
||||
return function() {};
|
||||
};
|
||||
module.exports = () => () => {};
|
||||
|
||||
Reference in New Issue
Block a user