Inline cache mock for DependencyGraph-test

Reviewed By: davidaurelio

Differential Revision: D2629211

fb-gh-sync-id: ade0bf4e486b58ecbc9a29eb3bdb61286eebb3d5
This commit is contained in:
Christoph Pojer
2015-11-09 13:32:49 -08:00
committed by facebook-github-bot-7
parent 44b051d98d
commit 666706b0da
3 changed files with 10 additions and 8 deletions

View File

@@ -8,6 +8,4 @@
*/
'use strict';
module.exports = function() {
return function() {};
};
module.exports = () => () => {};